mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
gitlab-ci: add pre-build and post-build steps to macOS
Apply the approach from commit 372ce5bffe (ci: add pre-build and
post-build steps to Linux, 2022-12-05, v3.26.0-rc1~225^2~1) to
build jobs on macOS.
This commit is contained in:
@@ -154,8 +154,10 @@
|
||||
# Allow the server to already be running.
|
||||
- "sccache --start-server || :"
|
||||
- sccache --show-stats
|
||||
- .gitlab/ci/pre_build.sh
|
||||
- ctest -VV -S .gitlab/ci/ctest_configure.cmake
|
||||
- ctest -VV -S .gitlab/ci/ctest_build.cmake
|
||||
- .gitlab/ci/post_build.sh
|
||||
- sccache --show-stats
|
||||
|
||||
interruptible: true
|
||||
|
||||
Reference in New Issue
Block a user