summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-13 06:37:26 -0500
committerAnthony Green <green@moxielogic.com>2019-11-13 06:37:26 -0500
commita34254bdc1dee2857b759a22e657f92aadfa85dc (patch)
treea67d33772b1575cfe0d4ac236649620ea3f8190d /.travis.yml
parent9bd3a9742c04d2fac489f236163d7e7fbb1b7568 (diff)
downloadlibffi-a34254bdc1dee2857b759a22e657f92aadfa85dc.tar.gz
Re-add wine based testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0410688..7bfddce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,8 @@ matrix:
env: HOST=aarch64-apple-darwin13
- os: osx
env: HOST=x86_64-apple-darwin10
-# Wine emulation is still a little too slow
-# - 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"
+ - 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