TST: add native POWER8 to CI
authorTyler Reddy <tyler.je.reddy@gmail.com>
Tue, 7 May 2019 23:06:42 +0000 (16:06 -0700)
committerTyler Reddy <tyler.je.reddy@gmail.com>
Wed, 8 May 2019 02:11:08 +0000 (19:11 -0700)
* add native POWER8 testing to
Travis CI matrix with ppc64le
os entry

.travis.yml

index eee7674..00a2509 100644 (file)
@@ -26,6 +26,15 @@ matrix:
         - 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
         - BTYPE="BINARY=64 USE_OPENMP=1"