From df6da1f94fe7668c62b194b631baf242649855a1 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 16 Feb 2020 20:33:26 +0100 Subject: travis-ci: continue builds if first _b build fails --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0200ccc7..b85482bba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ compiler: script: - PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f - date; ls -l configure - - mkdir _b && pushd _b && ../configure --prefix=$PWD/../_i --enable-vusb --with-camlibs=everything && make -j2 && if make check; then :; else cat libgphoto2_port/test/test-suite.log test/test-suite.log; false; fi && make install && examples/sample-afl && popd && find _i -type f | sort + - mkdir _b && (cd _b && ../configure --prefix=$PWD/../_i --enable-vusb --with-camlibs=everything && make -j2 && if make check; then :; else cat libgphoto2_port/test/test-suite.log test/test-suite.log; false; fi && make install && examples/sample-afl ) && find _i -type f | sort - date; ls -l configure - ./configure --enable-vusb && make && if make check; then :; else cat libgphoto2_port/test/test-suite.log test/test-suite.log; false; fi && sudo PATH=$PATH make install && examples/sample-afl && make clean - date; ls -l configure -- cgit v1.2.1