Add dedicated POWER9 build
This commit is contained in:
parent
62f4c84f27
commit
8ccd6831d2
10
.travis.yml
10
.travis.yml
|
@ -33,6 +33,16 @@ matrix:
|
||||||
- TARGET_BOX=PPC64LE_LINUX
|
- TARGET_BOX=PPC64LE_LINUX
|
||||||
- BTYPE="BINARY=64 USE_OPENMP=1"
|
- 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
|
- <<: *test-ubuntu
|
||||||
os: linux
|
os: linux
|
||||||
arch: s390x
|
arch: s390x
|
||||||
|
|
Loading…
Reference in New Issue