Browse Source

Update .travis.yml

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

+ 6
- 4
.travis.yml View File

@@ -11,9 +11,11 @@ matrix:
compiler: gcc
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gfortran
- gcc-6
- gcc-7
before_script: &common-before
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
script:
@@ -39,14 +41,14 @@ matrix:
addons:
apt:
packages:
- gcc-6
- gfortran-6
- gcc-7
- gfortran-7
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-6 FC=gfortran-6"
- BTYPE="BINARY=64 USE_OPENMP=1 CC=gcc-7 FC=gfortran-7"


- <<: *test-ubuntu


Loading…
Cancel
Save