Browse Source

add the script back...

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

+ 5
- 0
.travis.yml View File

@@ -82,6 +82,11 @@ matrix:
- 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 -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


Loading…
Cancel
Save