summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-11 10:41:55 -0500
committerAnthony Green <green@moxielogic.com>2019-11-11 10:41:55 -0500
commitb8766c815a1326621b0213d228bbb36cf7f9123f (patch)
treeba6acac406b0696068e167f52786ebf1959229ec /.travis.yml
parentf4fa79541d0114a20e142d3b711821e5c868819c (diff)
downloadlibffi-b8766c815a1326621b0213d228bbb36cf7f9123f.tar.gz
Try again
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e14f1b4..d6e404c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: cpp
matrix:
include:
- os: linux
- env: HOST=i686-w64-mingw32 MEVAL='export CC="i686-w64-mingw32-gcc-win32" && CXX="i686-w64-mingw32-g++-win32"' LIBFFI_TEST_OPTIMIZATION=-O2 RUNTESTFLAGS="-v -v -v --target_board wine-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
+ env: HOST=i686-w64-mingw32 MEVAL='export CC="i686-w64-mingw32-gcc-win32" && CXX="i686-w64-mingw32-g++-win32"' LIBFFI_TEST_OPTIMIZATION=-O2 RUNTESTFLAGS="--target_board wine-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp" CONFIGURE_OPTIONS="--disable-shared"
before_install:
- if test x"$MEVAL" != x; then eval ${MEVAL}; fi
@@ -16,4 +16,4 @@ install:
script:
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
- - ./.travis/build.sh
+ - travis_wait 45 ./.travis/build.sh