Add dedicated POWER9 build

This commit is contained in:
Martin Kroeker 2020-08-11 16:12:49 +02:00 committed by GitHub
parent 62f4c84f27
commit 8ccd6831d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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