We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349fb49 commit 8c68b6fCopy full SHA for 8c68b6f
1 file changed
.travis.yml
@@ -26,8 +26,13 @@ matrix:
26
#
27
# - <<: *test-ubuntu
28
os: linux-ppc64le
29
- before_script:
+ before_script: &common-before
30
- 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
36
env:
37
# for matrix annotation only
38
- TARGET_BOX=PPC64LE_LINUX
0 commit comments