TST: add native POWER8 to CI

* add native POWER8 testing to
Travis CI matrix with ppc64le
os entry
This commit is contained in:
Tyler Reddy 2019-05-07 16:06:42 -07:00
parent 7d1b468d9d
commit e47b63466b
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@ matrix:
- TARGET_BOX=LINUX64 - TARGET_BOX=LINUX64
- BTYPE="BINARY=64" - 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 - <<: *test-ubuntu
env: env:
- TARGET_BOX=LINUX64 - TARGET_BOX=LINUX64