Update .travis.yml
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 7 Sep 2021 09:40:40 +0000 (11:40 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 09:40:40 +0000 (11:40 +0200)
.travis.yml

index 3dc5fe2..85a57f6 100644 (file)
@@ -26,8 +26,13 @@ matrix:
 #
 #    - <<: *test-ubuntu
       os: linux-ppc64le
-      before_script:
+      before_script: &common-before
         - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
+      script:
+        - make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
+        - make -C test $COMMON_FLAGS $BTYPE
+        - make -C ctest $COMMON_FLAGS $BTYPE
+        - make -C utest $COMMON_FLAGS $BTYPE
       env:
         # for matrix annotation only
         - TARGET_BOX=PPC64LE_LINUX