File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ matrix:
17
17
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
18
18
script :
19
19
- set -e
20
- - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
20
+ - make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
21
21
- make -C test $COMMON_FLAGS $BTYPE
22
22
- make -C ctest $COMMON_FLAGS $BTYPE
23
23
- make -C utest $COMMON_FLAGS $BTYPE
24
24
env :
25
25
- TARGET_BOX=LINUX64
26
26
- BTYPE="BINARY=64"
27
27
28
- # - <<: *test-ubuntu
29
- # os: linux-ppc64le
30
- # before_script:
31
- # - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
32
- # env:
33
- # # for matrix annotation only
34
- # - TARGET_BOX=PPC64LE_LINUX
35
- # - BTYPE="BINARY=64 USE_OPENMP=1"
28
+ - << : *test-ubuntu
29
+ os : linux-ppc64le
30
+ before_script :
31
+ - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
32
+ env :
33
+ # for matrix annotation only
34
+ - TARGET_BOX=PPC64LE_LINUX
35
+ - BTYPE="BINARY=64 USE_OPENMP=1"
36
36
37
37
- << : *test-ubuntu
38
38
env :
You can’t perform that action at this time.
0 commit comments