Skip to content

Commit d3d6601

Browse files
authored
Merge pull request #3365 from martin-frbg/travis-lx
Disable the remaining x86_64 job on Travis
2 parents da5bd8b + 8c68b6f commit d3d6601

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

.travis.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,32 @@ language: c
77
matrix:
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

0 commit comments

Comments
 (0)