From 29f61dd4ace7ee41bfeeb08dabbc090a30076b30 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 14 Feb 2020 15:41:45 +0100 Subject: 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. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.1