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:
Brad King
2023-02-28 10:11:29 -05:00
parent 47975e6018
commit 5ab92d8e71
+2
View File
@@ -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