Update .travis.yml

This commit is contained in:
Martin Kroeker 2021-09-07 11:40:40 +02:00 committed by GitHub
parent 349fb4910b
commit 8c68b6f26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View 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