Browse Source
Merge pull request #2121 from tylerjereddy/ppc64le-travis
TST: add native POWER8 to CI
tags/v0.3.7
Martin Kroeker
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
.travis.yml
|
|
@@ -25,6 +25,15 @@ matrix: |
|
|
|
- TARGET_BOX=LINUX64 |
|
|
|
- BTYPE="BINARY=64" |
|
|
|
|
|
|
|
- <<: *test-ubuntu |
|
|
|
os: linux-ppc64le |
|
|
|
before_script: |
|
|
|
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32" |
|
|
|
env: |
|
|
|
# for matrix annotation only |
|
|
|
- TARGET_BOX=PPC64LE_LINUX |
|
|
|
- BTYPE="BINARY=64 USE_OPENMP=1" |
|
|
|
|
|
|
|
- <<: *test-ubuntu |
|
|
|
env: |
|
|
|
- TARGET_BOX=LINUX64 |
|
|
|