Skip to content

Commit 8b4127f

Browse files
committed
Merge #9390: travis: make distdir
fad896d gitignore: Wipe line after java comp tool removal (MarcoFalke) fad632e travis: make distdir (MarcoFalke)
2 parents 03d85f6 + fad896d commit 8b4127f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ src/qt/test/moc*.cpp
5656
*.o
5757
*.o-*
5858
*.patch
59-
.bitcoin
6059
*.a
6160
*.pb.cc
6261
*.pb.h

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ script:
6060
- mkdir build && cd build
6161
- ../configure $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
6262
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
63+
- make distdir
6364
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
6465
- if [ "$RUN_TESTS" = "true" ]; then make $MAKEJOBS check VERBOSE=1; fi
6566
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi

0 commit comments

Comments
 (0)