mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
Merge #9390: travis: make distdir
fad896d
gitignore: Wipe line after java comp tool removal (MarcoFalke)fad632e
travis: make distdir (MarcoFalke)
This commit is contained in:
parent
d8b07b96ab
commit
199170e5d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,7 +62,6 @@ libconftest.dylib*
|
||||
*.o
|
||||
*.o-*
|
||||
*.patch
|
||||
.dash
|
||||
*.a
|
||||
*.pb.cc
|
||||
*.pb.h
|
||||
|
@ -94,6 +94,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 )
|
||||
- make distdir
|
||||
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
|
||||
- if [ "$RUN_TESTS" = "true" ]; then travis_wait 30 make $MAKEJOBS check VERBOSE=1; fi
|
||||
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
|
||||
|
Loading…
Reference in New Issue
Block a user