Update .travis.yml

This commit is contained in:
Martin Kroeker 2020-08-11 21:13:48 +02:00 committed by GitHub
parent 72f8d8f44d
commit f7bd46483a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -15,7 +15,7 @@ matrix:
- sourceline: 'ppa:ubuntu-toolchain-r/test' - sourceline: 'ppa:ubuntu-toolchain-r/test'
packages: packages:
- gfortran - gfortran
- gcc-7 - 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:
@ -40,15 +40,17 @@ matrix:
os: linux-ppc64le os: linux-ppc64le
addons: addons:
apt: apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages: packages:
- gcc-7 - gcc-9
- gfortran-7 - gfortran-9
before_script: before_script:
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32" - COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
env: env:
# for matrix annotation only # for matrix annotation only
- TARGET_BOX=PPC64LE_LINUX_P9 - TARGET_BOX=PPC64LE_LINUX_P9
- BTYPE="BINARY=64 USE_OPENMP=1 CC=gcc-7 FC=gfortran-7" - BTYPE="BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9"
- <<: *test-ubuntu - <<: *test-ubuntu