Browse Source

Add dedicated POWER9 build

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

+ 10
- 0
.travis.yml View File

@@ -33,6 +33,16 @@ matrix:
- TARGET_BOX=PPC64LE_LINUX
- BTYPE="BINARY=64 USE_OPENMP=1"

- <<: *test-ubuntu
os: linux-ppc64le
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"


- <<: *test-ubuntu
os: linux
arch: s390x


Loading…
Cancel
Save