Skip to content

Commit 8c68b6f

Browse files
authored
Update .travis.yml
1 parent 349fb49 commit 8c68b6f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ matrix:
2626
#
2727
# - <<: *test-ubuntu
2828
os: linux-ppc64le
29-
before_script:
29+
before_script: &common-before
3030
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
31+
script:
32+
- make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
33+
- make -C test $COMMON_FLAGS $BTYPE
34+
- make -C ctest $COMMON_FLAGS $BTYPE
35+
- make -C utest $COMMON_FLAGS $BTYPE
3136
env:
3237
# for matrix annotation only
3338
- TARGET_BOX=PPC64LE_LINUX

0 commit comments

Comments
 (0)