summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-05-05 10:43:44 +0200
committerMarcus Meissner <marcus@jet.franken.de>2019-05-05 10:43:44 +0200
commitf3dc39cf79d7126e0df24490152f6b9065b8f948 (patch)
treea7db2861f82795f3d981b5de0acbfa4132f18900 /.travis.yml
parente754d6543a7bfefc8ae861d9aa95daa690492242 (diff)
downloadlibgphoto2-f3dc39cf79d7126e0df24490152f6b9065b8f948.tar.gz
clang makes troubles during usdo make install ... debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 06e8b0dc1..e8b4992a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ compiler:
script:
- PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f
+ which gcc || which clang || true
- ./configure --enable-vusb && make && make check && sudo make install && examples/sample-afl && make clean
- ./configure --enable-vusb --with-camlibs=all,outdated,jd11 && make && make check && sudo make install && examples/sample-afl && make clean