Update .travis.yml
This commit is contained in:
parent
349fb4910b
commit
8c68b6f26d
|
@ -26,8 +26,13 @@ matrix:
|
||||||
#
|
#
|
||||||
# - <<: *test-ubuntu
|
# - <<: *test-ubuntu
|
||||||
os: linux-ppc64le
|
os: linux-ppc64le
|
||||||
before_script:
|
before_script: &common-before
|
||||||
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
|
- 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:
|
env:
|
||||||
# for matrix annotation only
|
# for matrix annotation only
|
||||||
- TARGET_BOX=PPC64LE_LINUX
|
- TARGET_BOX=PPC64LE_LINUX
|
||||||
|
|
Loading…
Reference in New Issue