summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-16 20:33:26 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-16 20:33:26 +0100
commitdf6da1f94fe7668c62b194b631baf242649855a1 (patch)
tree86dc9db845ef2590919e8c7e9e8fedbc6c8efdca
parent0ad0f7feaf7a0babe9ae2c78c78cec343683cda1 (diff)
downloadlibgphoto2-df6da1f94fe7668c62b194b631baf242649855a1.tar.gz
travis-ci: continue builds if first _b build fails
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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