Browse Source

Merge #9390: travis: make distdir

fad896d gitignore: Wipe line after java comp tool removal (MarcoFalke)
fad632e travis: make distdir (MarcoFalke)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
8b4127fd4e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      .gitignore
  2. 1
      .travis.yml

1
.gitignore vendored

@ -56,7 +56,6 @@ src/qt/test/moc*.cpp @@ -56,7 +56,6 @@ src/qt/test/moc*.cpp
*.o
*.o-*
*.patch
.bitcoin
*.a
*.pb.cc
*.pb.h

1
.travis.yml

@ -60,6 +60,7 @@ script: @@ -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 )
- make distdir
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
- if [ "$RUN_TESTS" = "true" ]; then make $MAKEJOBS check VERBOSE=1; fi
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi

Loading…
Cancel
Save