From fad632ed7a266bcd7a4f65bf253af9e4b5c70d2f Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 20 Dec 2016 22:54:27 +0100 Subject: [PATCH 1/2] travis: make distdir --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d201cea73..6570e6571 100644 --- a/.travis.yml +++ b/.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 ) + - 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 From fad896df19bb917c8121118c944aa9047f105b19 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 20 Dec 2016 23:07:43 +0100 Subject: [PATCH 2/2] gitignore: Wipe line after java comp tool removal --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5dbce8aa7..8ace3c712 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,6 @@ src/qt/test/moc*.cpp *.o *.o-* *.patch -.bitcoin *.a *.pb.cc *.pb.h