Excluded build that consistently times out
parent
ba91bd53fd
commit
01ce03673c
|
@ -101,9 +101,13 @@ env:
|
||||||
script:
|
script:
|
||||||
- bash .travis.sh -t
|
- bash .travis.sh -t
|
||||||
|
|
||||||
# Exclude clang on Linux/clang in release until issue #57 is solved
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
# Exclude g++ debug on Linux as it consistently times out
|
||||||
|
- os: linux
|
||||||
|
compiler: gcc
|
||||||
|
env : CMAKE_BUILD_TYPE=Debug GTSAM_BUILD_UNSTABLE=OFF
|
||||||
|
# Exclude clang on Linux/clang in release until issue #57 is solved
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env : CMAKE_BUILD_TYPE=Release
|
env : CMAKE_BUILD_TYPE=Release
|
||||||
|
|
Loading…
Reference in New Issue