Skip to content

Commit bfa2cc7

Browse files
authored
Restore ppc64 CI job and remove the travis_wait that caused the problem with it
1 parent e7c4d67 commit bfa2cc7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ matrix:
1717
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
1818
script:
1919
- set -e
20-
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
20+
- make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
2121
- make -C test $COMMON_FLAGS $BTYPE
2222
- make -C ctest $COMMON_FLAGS $BTYPE
2323
- make -C utest $COMMON_FLAGS $BTYPE
2424
env:
2525
- TARGET_BOX=LINUX64
2626
- BTYPE="BINARY=64"
2727

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"
3636

3737
- <<: *test-ubuntu
3838
env:

0 commit comments

Comments
 (0)