Turn off gcc build as it times out every time

release/4.3a0
Frank Dellaert 2020-08-14 22:02:17 -04:00
parent e62d04ce27
commit de7b56a491
1 changed files with 5 additions and 5 deletions

View File

@ -112,11 +112,11 @@ jobs:
compiler: gcc compiler: gcc
env: CMAKE_BUILD_TYPE=Release env: CMAKE_BUILD_TYPE=Release
script: bash .travis.sh -t script: bash .travis.sh -t
- stage: test # - stage: test
os: linux # os: linux
compiler: gcc # compiler: gcc
env: CMAKE_BUILD_TYPE=Debug GTSAM_BUILD_UNSTABLE=OFF # env: CMAKE_BUILD_TYPE=Debug GTSAM_BUILD_UNSTABLE=OFF
script: bash .travis.sh -t # script: bash .travis.sh -t
- stage: test - stage: test
os: linux os: linux
compiler: clang compiler: clang