Browse Source
Add a Z13 build to the Travis configuration (#2542)
* Add IBM Z to Travis configuration
tags/v0.3.10^2
Martin Kroeker
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
.travis.yml
|
|
@@ -34,6 +34,16 @@ matrix: |
|
|
|
- TARGET_BOX=PPC64LE_LINUX |
|
|
|
- BTYPE="BINARY=64 USE_OPENMP=1" |
|
|
|
|
|
|
|
- <<: *test-ubuntu |
|
|
|
os: linux |
|
|
|
arch: s390x |
|
|
|
before_script: |
|
|
|
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32" |
|
|
|
env: |
|
|
|
# for matrix annotation only |
|
|
|
- TARGET_BOX=IBMZ_LINUX |
|
|
|
- BTYPE="BINARY=64 USE_OPENMP=1" |
|
|
|
|
|
|
|
- <<: *test-ubuntu |
|
|
|
env: |
|
|
|
- TARGET_BOX=LINUX64 |
|
|
|