Require macOS tests to pass for build to pass.
This commit is contained in:
parent
0eaed9270f
commit
f4fef34af5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue