summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-18 14:05:19 (GMT)
committerBrad King <brad.king@kitware.com>2022-08-18 19:49:08 (GMT)
commitb55152e7ad4bb379ae0b8c139f2ceb3e5751e928 (patch)
treead3d66bdc07f44e7c08cbee9ce37a21cbb91e182 /.gitlab-ci.yml
parent6a05d107ca8de32e9f9709e3284019d1068ae84e (diff)
downloadCMake-b55152e7ad4bb379ae0b8c139f2ceb3e5751e928.zip
CMake-b55152e7ad4bb379ae0b8c139f2ceb3e5751e928.tar.gz
CMake-b55152e7ad4bb379ae0b8c139f2ceb3e5751e928.tar.bz2
gitlab-ci: add jobs to test CMake with external dependencies on Linux
Test that CMake works without its bundled dependencies. For some dependencies, test using the minimum supported version.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f321d33..bfc713f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -314,6 +314,33 @@ b:debian10-makefiles-inplace:
variables:
CMAKE_CI_JOB_NIGHTLY: "true"
+b:debian10-extdeps:
+ extends:
+ - .debian10_extdeps
+ - .cmake_build_linux_standalone
+ - .linux_builder_tags
+ - .run_manually
+ variables:
+ CMAKE_CI_JOB_NIGHTLY: "true"
+
+b:debian10-aarch64-extdeps:
+ extends:
+ - .debian10_aarch64_extdeps
+ - .cmake_build_linux_standalone
+ - .linux_builder_tags_aarch64
+ - .run_manually
+ variables:
+ CMAKE_CI_JOB_NIGHTLY: "true"
+
+b:fedora36-extdeps:
+ extends:
+ - .fedora36_extdeps
+ - .cmake_build_linux_standalone
+ - .linux_builder_tags
+ - .run_manually
+ variables:
+ CMAKE_CI_JOB_NIGHTLY: "true"
+
t:fedora36-ninja:
extends:
- .fedora36_ninja