Browse Source

Travis: Allow job LINUX64_MUSL USE_OPENMP=1 to fail

See: https://github.com/xianyi/OpenBLAS/pull/1255#issuecomment-318692183
tags/v0.3.0
Jakub Jirutka 8 years ago
parent
commit
486a485bb7
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml View File

@@ -87,7 +87,10 @@ jobs:
- TARGET_BOX=LINUX64_MUSL
- BTYPE="BINARY=64"

- <<: *test-alpine
# XXX: This job segfaults in TESTS OF THE COMPLEX LEVEL 3 BLAS,
# so it's "allowed to fail" for now (see allow_failures).
- &test-alpine-openmp
<<: *test-alpine
env:
- TARGET_BOX=LINUX64_MUSL
- BTYPE="BINARY=64 USE_OPENMP=1"


Loading…
Cancel
Save