summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-17 21:57:07 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-17 21:57:18 +0100
commit155aac3fa8b487e2f9a233f01da700ef5fb79bbd (patch)
tree2f6ac0260e989ff0eda332d288b2d6c9a0609fe6 /.travis.yml
parentdd87744b9d9b09fc58cfc3fd315cd87fe062d9ac (diff)
downloadlibgphoto2-155aac3fa8b487e2f9a233f01da700ef5fb79bbd.tar.gz
travis-ci: Apart from .travis-script.sh, only one quick build
That one quick build is in-tree, includes sudo for "make install", and does both "make clean" and "make uninstall". That should exercise a few more code paths.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7fbb1da55..f637ad95d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,9 +27,7 @@ script:
- sh .travis-script.sh standard-test --enable-vusb
- sh .travis-script.sh everything-test --enable-vusb --with-camlibs=everything
- 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
- - ./configure --enable-vusb --with-camlibs=all,outdated,jd11 && 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
+ - ./configure --enable-vusb --with-camlibs=ptp2 && make && make check && sudo PATH=$PATH make install && examples/sample-afl && make clean && make uninstall
notifications:
email: