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.
2 parents 03d85f6 + fad896d commit 8b4127fCopy full SHA for 8b4127f
.gitignore
@@ -56,7 +56,6 @@ src/qt/test/moc*.cpp
56
*.o
57
*.o-*
58
*.patch
59
-.bitcoin
60
*.a
61
*.pb.cc
62
*.pb.h
.travis.yml
@@ -60,6 +60,7 @@ script:
- mkdir build && cd build
- ../configure $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
63
+ - make distdir
64
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
65
- if [ "$RUN_TESTS" = "true" ]; then make $MAKEJOBS check VERBOSE=1; fi
66
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
0 commit comments