Add IBM Z to Travis configuration

This commit is contained in:
Martin Kroeker 2020-04-02 19:54:34 +02:00 committed by GitHub
parent 7bd8624b79
commit b474c65db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@ 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-s390x
before_script:
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z12 NUM_THREADS=32"
env:
# for matrix annotation only
- TARGET_BOX=IBMZ_LINUX
- BTYPE="BINARY=64 USE_OPENMP=1"
- <<: *test-ubuntu - <<: *test-ubuntu
env: env:
- TARGET_BOX=LINUX64 - TARGET_BOX=LINUX64