We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbbdf3 commit c54d647Copy full SHA for c54d647
.travis.yml
@@ -59,6 +59,7 @@ script:
59
- cd bitcoin-$HOST
60
- ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
61
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
62
+ - export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
63
- if [ "$RUN_TESTS" = "true" ]; then make check; fi
64
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.sh; fi
65
after_script:
0 commit comments