From: Anthony Green Date: Fri, 15 Nov 2019 16:18:59 +0000 (-0500) Subject: Re-enable mingw32 tests. X-Git-Tag: upstream/3.3~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b58bd77236e7d41fc04b4be7edd1c6728626c99b;p=platform%2Fupstream%2Flibffi.git Re-enable mingw32 tests. --- diff --git a/.travis.yml b/.travis.yml index bfbe34e..1752651 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,8 @@ matrix: # env: HOST=aarch64-apple-darwin13 - os: osx env: HOST=x86_64-apple-darwin10 -# This currently exceeds the 50min timeout on travis-ci -# - os: linux -# env: HOST=x86_64-w64-mingw32 MEVAL='export CC="x86_64-w64-mingw32-gcc" && CXX="x86_64-w64-mingw32-g++" RUNTESTFLAGS="--target_board wine-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp" CONFIGURE_OPTIONS=--disable-shared LIBFFI_TEST_OPTIMIZATION="-O2" + - os: linux + env: HOST=x86_64-w64-mingw32 MEVAL='export CC="x86_64-w64-mingw32-gcc" && CXX="x86_64-w64-mingw32-g++" RUNTESTFLAGS="--target_board wine-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp" CONFIGURE_OPTIONS=--disable-shared LIBFFI_TEST_OPTIMIZATION="-O2" - os: linux env: HOST=sh4-linux-gnu CONFIGURE_OPTIONS=--disable-shared QEMU_LD_PREFIX=/usr/sh4-linux-gnu - os: linux