Full matrix, including OSX

release/4.3a0
Frank Dellaert 2019-06-06 18:22:37 -04:00
parent 78ef13426e
commit 703c705533
1 changed files with 3 additions and 3 deletions

View File

@ -43,17 +43,17 @@ jobs:
- stage: compile - stage: compile
os: linux os: linux
compiler: clang compiler: clang
env: GTSAM_ALLOW_DEPRECATED_SINCE_V4=OFF GTSAM_BUILD_TESTS=OFF GTSAM_BUILD_UNSTABLE=ON GTSAM_BUILD_EXAMPLES_ALWAYS=ON env: GTSAM_ALLOW_DEPRECATED_SINCE_V4=OFF GTSAM_BUILD_TESTS=OFF GTSAM_BUILD_UNSTABLE=ON GTSAM_BUILD_EXAMPLES_ALWAYS=OFF
# on Linux, with deprecated ON to make sure that path still compiles # on Linux, with deprecated ON to make sure that path still compiles
- stage: compile - stage: compile
os: linux os: linux
compiler: clang compiler: clang
env: GTSAM_ALLOW_DEPRECATED_SINCE_V4=ON GTSAM_BUILD_TESTS=OFF GTSAM_BUILD_UNSTABLE=ON GTSAM_BUILD_EXAMPLES_ALWAYS=ON env: GTSAM_ALLOW_DEPRECATED_SINCE_V4=ON GTSAM_BUILD_TESTS=OFF GTSAM_BUILD_UNSTABLE=ON GTSAM_BUILD_EXAMPLES_ALWAYS=OFF
# Matrix configuration: # Matrix configuration:
os: os:
- linux - linux
# - osx - osx
compiler: compiler:
- gcc - gcc
- clang - clang