From 84e30745803b0054c95155d7c3d31b75f61c0b35 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 15 Nov 2019 10:40:32 -0500 Subject: Add S390x build Drop the MIPS build since main purpose of that is to test a big-endian build with no special support (SIMD, etc), but s390x is better for this, since it allows running the full test suite. --- src/scripts/ci/setup_travis.sh | 2 +- src/scripts/ci/travis.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/scripts/ci') diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index af0f29c10..fc11067ee 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -11,7 +11,7 @@ set -ev if [ "$TRAVIS_OS_NAME" = "linux" ]; then - if [ "$TRAVIS_ARCH" = "aarch64" ] || [ "$TRAVIS_ARCH" = "ppc64le" ]; then + if [ "$TRAVIS_ARCH" = "aarch64" ] || [ "$TRAVIS_ARCH" = "ppc64le" ] || [ "$TRAVIS_ARCH" = "s390x" ]; then sudo apt-get -qq update sudo apt-get install liblzma-dev libbz2-dev ccache diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 52c64354f..7f7e3bb27 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -60,6 +60,13 @@ jobs: env: - TARGET="shared" + - os: linux + name: Linux s390x + arch: s390x + compiler: gcc + env: + - TARGET="shared" + - os: linux dist: bionic name: Linux i386 cross @@ -81,13 +88,6 @@ jobs: env: - TARGET="cross-arm32" - - os: linux - dist: xenial - name: Linux mips64 cross - compiler: gcc - env: - - TARGET="cross-mips64" - - os: linux dist: bionic name: Android arm32 cross -- cgit v1.2.3