summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-17 03:17:19 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-17 03:17:19 +0100
commit2d6e5d91af58aa50a623c707c59072d3c89b9d69 (patch)
tree2da10385c703f9be80bfd3f0c2f01e30cce9c8b9 /.travis.yml
parenta9aec24c7b03da76902f8506716112233dc62bc3 (diff)
downloadlibgphoto2-2d6e5d91af58aa50a623c707c59072d3c89b9d69.tar.gz
travis-ci: sleep after autoreconf as possible workaround
Sleeping after generating the configure file might help avoid the build system sanity check fails.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 412af732d..0de1c210c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ compiler:
- gcc
script:
- - PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f
+ - PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f && sleep 2
- 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