diff options
author | Anthony Green <green@moxielogic.com> | 2019-11-13 06:32:46 -0500 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2019-11-13 06:32:46 -0500 |
commit | de6df6dce6420d4643598c228b72da4e455a0da7 (patch) | |
tree | de503da6632b78a8d95e3f37ef592a2b9a06891d /.travis.yml | |
parent | c8986e871f82b497493d28c36be1a755c2ea6b8d (diff) | |
download | libffi-de6df6dce6420d4643598c228b72da4e455a0da7.tar.gz |
Fix log file URL extraction. Grab rlgl cli for OSX
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 86b16b9..0410688 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ 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 @@ -29,8 +30,9 @@ matrix: env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2" - os: linux env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2 -fomit-frame-pointer" - - os: linux - env: HOST=sparc64-linux-gnu +# The sparc64 linux system in the GCC compile farm is non-responsive. +# - os: linux +# env: HOST=sparc64-linux-gnu - os: linux env: HOST=aarch64-linux-gnu - os: linux |