Browse Source

Update .travis.yml

pull/2774/head
Martin Kroeker GitHub 5 years ago
parent
commit
072f68dbcb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 20 deletions
  1. +18
    -20
      .travis.yml

+ 18
- 20
.travis.yml View File

@@ -11,11 +11,8 @@ matrix:
compiler: gcc
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gfortran
- gcc-9
before_script: &common-before
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
script:
@@ -36,23 +33,6 @@ matrix:
- TARGET_BOX=PPC64LE_LINUX
- 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
os: linux
arch: s390x
@@ -95,6 +75,24 @@ matrix:
- TARGET_BOX=LINUX32
- 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
compiler: gcc
addons:


Loading…
Cancel
Save