Update .travis.yml

This commit is contained in:
Martin Kroeker 2020-08-12 10:54:10 +02:00 committed by GitHub
parent f7bd46483a
commit 072f68dbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 20 deletions

View File

@ -11,11 +11,8 @@ matrix:
compiler: gcc compiler: gcc
addons: addons:
apt: apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages: packages:
- gfortran - gfortran
- gcc-9
before_script: &common-before before_script: &common-before
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32" - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
script: script:
@ -36,23 +33,6 @@ matrix:
- TARGET_BOX=PPC64LE_LINUX - TARGET_BOX=PPC64LE_LINUX
- BTYPE="BINARY=64 USE_OPENMP=1" - BTYPE="BINARY=64 USE_OPENMP=1"
- <<: *test-ubuntu
os: linux-ppc64le
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gcc-9
- gfortran-9
before_script:
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
env:
# for matrix annotation only
- TARGET_BOX=PPC64LE_LINUX_P9
- BTYPE="BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9"
- <<: *test-ubuntu - <<: *test-ubuntu
os: linux os: linux
arch: s390x arch: s390x
@ -95,6 +75,24 @@ matrix:
- TARGET_BOX=LINUX32 - TARGET_BOX=LINUX32
- BTYPE="BINARY=32" - BTYPE="BINARY=32"
- os: linux-ppc64le
compiler: gcc
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gcc-9
- gfortran-9
before_script:
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
env:
# for matrix annotation only
- TARGET_BOX=PPC64LE_LINUX_P9
- BTYPE="BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9"
- os: linux - os: linux
compiler: gcc compiler: gcc
addons: addons: