Update .travis.yml
This commit is contained in:
parent
ef2db95f57
commit
9413398243
|
@ -81,18 +81,14 @@ matrix:
|
|||
- sudo add-apt-repository 'ppa:ubuntu-toolchain-r/test' -y
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install gcc-9 gfortran-9 -y
|
||||
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
|
||||
script:
|
||||
- make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
|
||||
- make QUIET_MAKE=1 TARGET=POWER9 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9
|
||||
- make -C test $COMMON_FLAGS $BTYPE
|
||||
- make -C ctest $COMMON_FLAGS $BTYPE
|
||||
- make -C utest $COMMON_FLAGS $BTYPE
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue