handsome-state-26704
05/30/2019, 1:58 AMmake travis_pull_request
. Basically, I have not been able to configure my build environment correctly, so make always fails near the end. It does work enough to build and install to test the changes.white-balloon-205
make travis_pull_request
is actually the make target that gets run inside TravisCI for a PR. It is not intended for use on developer machines.
You should be able to just open a PR directly in GitHub from your branch.
What errors are you seeing when you build locally?stocky-spoon-28903
05/30/2019, 3:00 AMmake ensure && make
should do the trick!handsome-state-26704
05/30/2019, 11:23 AMstocky-spoon-28903
05/30/2019, 2:12 PMhandsome-state-26704
05/30/2019, 4:54 PMmake build
and then a make install
.
I ran a simple node.js project and ran pulumi up
to test.stocky-spoon-28903
05/30/2019, 5:00 PMhandsome-state-26704
05/30/2019, 5:11 PMstocky-spoon-28903
05/30/2019, 5:39 PMhandsome-state-26704
05/30/2019, 7:03 PMstocky-spoon-28903
05/30/2019, 7:20 PM