summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-12-06 13:08:56 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-12-06 13:09:07 (GMT)
commit6f619d2de6527fa04a78889a1cf5492cceb72408 (patch)
tree95f68224ad3093869879e193d743cbaac3f40c32 /.gitlab/os-linux.yml
parent2f5acfa801382a84b4dea2933ae4565cda239663 (diff)
parenta7be3c961fd3f192fedda6244e744997be35ef7a (diff)
downloadCMake-6f619d2de6527fa04a78889a1cf5492cceb72408.zip
CMake-6f619d2de6527fa04a78889a1cf5492cceb72408.tar.gz
CMake-6f619d2de6527fa04a78889a1cf5492cceb72408.tar.bz2
Merge topic 'ci-pre-build-post-build'
a7be3c961f ci: build clang-tidy plugin in pre-build step 372ce5bffe ci: add pre-build and post-build steps to Linux Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7989
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 5dbeff5..637df82 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -487,8 +487,10 @@
- .gitlab/ci/sccache.sh
- sccache --start-server
- sccache --show-stats
+ - .gitlab/ci/pre_build.sh
- "$LAUNCHER ctest -VV -S .gitlab/ci/ctest_configure.cmake"
- "$LAUNCHER ctest -VV -S .gitlab/ci/ctest_build.cmake"
+ - .gitlab/ci/post_build.sh
- sccache --show-stats
interruptible: true