summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-14 15:41:45 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-14 15:41:45 +0100
commit29f61dd4ace7ee41bfeeb08dabbc090a30076b30 (patch)
tree65b2e969d53968e39f826951d17149af1cad216b
parent5963aa4c3d30395605e24384114403024049353d (diff)
downloadlibgphoto2-29f61dd4ace7ee41bfeeb08dabbc090a30076b30.tar.gz
travis-ci: print system date and ls -l configure to help with debugging
Print the system date and "ls -l configure" to help with debugging the sane build system check failure.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 16ce8e5c1..2b9f7e68d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,9 @@ compiler:
script:
- PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f
+ - date; ls -l configure
- ./configure --enable-vusb && make && make check && sudo PATH=$PATH make install && examples/sample-afl && make clean
+ - date; ls -l configure
- ./configure --enable-vusb --with-camlibs=all,outdated,jd11 && make && make check && sudo PATH=$PATH make install && examples/sample-afl && make clean
notifications: