Require macOS tests to pass for build to pass.

This commit is contained in:
Kevin Ring 2021-11-24 19:43:52 -05:00
parent 0eaed9270f
commit f4fef34af5
1 changed files with 1 additions and 2 deletions

View File

@ -63,7 +63,6 @@ jobs:
osx_image: xcode12
script:
- cmake --build . --config Debug
- # Tests fail on macOS, see https://github.com/CesiumGS/cesium-native/issues/394
- ctest -V || echo "There are test failures, but we're not failing the build. See https://github.com/CesiumGS/cesium-native/issues/394"
- ctest -V
- # Doc build doesn't work on Mac (missing Doxygen). Let's just skip it.
- #cmake --build . --config Debug --target cesium-native-docs