File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,27 +7,32 @@ language: c
77matrix :
88 include :
99 - &test-ubuntu
10- os : linux
10+ # os: linux
1111 compiler : gcc
1212 addons :
1313 apt :
1414 packages :
1515 - gfortran
16+ # before_script: &common-before
17+ # - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
18+ # script:
19+ # - make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
20+ # - make -C test $COMMON_FLAGS $BTYPE
21+ # - make -C ctest $COMMON_FLAGS $BTYPE
22+ # - make -C utest $COMMON_FLAGS $BTYPE
23+ # env:
24+ # - TARGET_BOX=LINUX64
25+ # - BTYPE="BINARY=64"
26+ #
27+ # - <<: *test-ubuntu
28+ os : linux-ppc64le
1629 before_script : &common-before
17- - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
30+ - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
1831 script :
1932 - make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
2033 - make -C test $COMMON_FLAGS $BTYPE
2134 - make -C ctest $COMMON_FLAGS $BTYPE
2235 - make -C utest $COMMON_FLAGS $BTYPE
23- env :
24- - TARGET_BOX=LINUX64
25- - BTYPE="BINARY=64"
26-
27- - << : *test-ubuntu
28- os : linux-ppc64le
29- before_script :
30- - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
3136 env :
3237 # for matrix annotation only
3338 - TARGET_BOX=PPC64LE_LINUX
You can’t perform that action at this time.
0 commit comments