summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-24 16:09:44 -0500
committerAnthony Green <green@moxielogic.com>2019-11-24 16:09:44 -0500
commit86be66c8f608a84caea2ef724698093d2da2e5e2 (patch)
tree68f29dd118df876a58bb9dfbfb165d255b19fb8a /.travis.yml
parentfd99c95f90f85963f5ec88630c0428a8132012db (diff)
downloadlibffi-86be66c8f608a84caea2ef724698093d2da2e5e2.tar.gz
Try travis-ci's new ppc64le and s390x support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7cd3a18..5b4bc84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,9 @@ matrix:
- os: linux
env: HOST=m68k-linux-gnu MEVAL='export CC="m68k-linux-gnu-gcc-8 -mcpu=547x" && CXX="m68k-linux-gnu-g++-8 -mcpu=547x"' CONFIGURE_OPTIONS=--disable-shared QEMU_LD_PREFIX=/usr/m68k-linux-gnu QEMU_CPU=cfv4e
- os: linux
- env: HOST=s390x-linux-gnu MEVAL='export CC="s390x-linux-gnu-gcc-8" && CXX="s390x-linux-gnu-g++-8"' CONFIGURE_OPTIONS=--disable-shared QEMU_LD_PREFIX=/usr/s390x-linux-gnu QEMU_CPU=max
+ arch: s390x
+ - os: linux
+ arch: ppc64le
- os: linux
env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O0"
- os: linux
@@ -39,9 +41,6 @@ matrix:
# The sparc64 linux system in the GCC compile farm is non-responsive.
# - os: linux
# env: HOST=sparc64-linux-gnu
-# Having problems getting logs for this one...
-# - os: linux
-# env: HOST=powerpc64le-unknown-linux-gnu
# - os: linux
# env: HOST=aarch64-linux-gnu
# The mips64 linux system in the GCC compile farm is not allowing logins