Add a Z13 build to the Travis configuration (#2542)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 3 Apr 2020 14:02:11 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 14:02:11 +0000 (16:02 +0200)
* Add IBM Z to Travis configuration

.travis.yml

index 2d82f88..c875572 100644 (file)
@@ -35,6 +35,16 @@ matrix:
         - 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
         - BTYPE="BINARY=64 USE_OPENMP=1"