Skip to content

Commit e47b634

Browse files
committed
TST: add native POWER8 to CI
* add native POWER8 testing to Travis CI matrix with ppc64le os entry
1 parent 7d1b468 commit e47b634

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ matrix:
2525
- TARGET_BOX=LINUX64
2626
- BTYPE="BINARY=64"
2727

28+
- <<: *test-ubuntu
29+
os: linux-ppc64le
30+
before_script:
31+
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
32+
env:
33+
# for matrix annotation only
34+
- TARGET_BOX=PPC64LE_LINUX
35+
- BTYPE="BINARY=64 USE_OPENMP=1"
36+
2837
- <<: *test-ubuntu
2938
env:
3039
- TARGET_BOX=LINUX64

0 commit comments

Comments
 (0)