Skip to content

Commit c54d647

Browse files
committed
travis: let travis use shared libs for tests
1 parent 4bbbdf3 commit c54d647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ script:
5959
- cd bitcoin-$HOST
6060
- ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
6161
- 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
6263
- if [ "$RUN_TESTS" = "true" ]; then make check; fi
6364
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.sh; fi
6465
after_script:

0 commit comments

Comments
 (0)