From: Ivan Maidanski Date: Wed, 24 Oct 2018 21:52:13 +0000 (+0300) Subject: Travis CI: Test sh2 and s390 targets with cross-compilers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e35d16fea74fd072f66456639265c8218aee7e9e;p=libatomic_ops Travis CI: Test sh2 and s390 targets with cross-compilers --- diff --git a/.travis.yml b/.travis.yml index e3f349f..19e56dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -478,6 +478,14 @@ matrix: env: - CROSS_GCC_VER=8.1.0 - NOLIBC_ARCH_ABI=riscv64-linux + - os: linux + addons: + apt: + packages: + - gcc-multilib + env: + - CROSS_GCC_VER=8.1.0 + - NOLIBC_ARCH_ABI=s390-linux - os: linux addons: apt: @@ -487,6 +495,14 @@ matrix: - CROSS_GCC_VER=4.9.0 - NOLIBC_ARCH_ABI=s390x-linux - NOLIBC_DELIM=_ + - os: linux + addons: + apt: + packages: + - gcc-multilib + env: + - CROSS_GCC_VER=8.1.0 + - NOLIBC_ARCH_ABI=sh2-linux - os: linux addons: apt: