summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-28 10:11:29 -0500
committerBrad King <brad.king@kitware.com>2023-02-28 10:12:03 -0500
commit5ab92d8e71a13a6b81ad7a5b7d635f8af8e5c31d (patch)
tree1213b1385d2d2c63e5d422858427bdab186aeee4 /.gitlab
parent47975e60183b55c076df845d8fd835351185d721 (diff)
downloadcmake-5ab92d8e71a13a6b81ad7a5b7d635f8af8e5c31d.tar.gz
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.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/os-macos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index 9cdc8d49cf..ff77e1d2b3 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -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