summaryrefslogtreecommitdiff
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-06 17:58:08 -0400
committerBrad King <brad.king@kitware.com>2022-06-07 12:21:02 -0400
commite39acc2b3a5a793803d80ddce4c4b965e8d3f79f (patch)
tree861c0a5c92d15a9e252072e253bab1b8f66f11ff /.gitlab/os-macos.yml
parent031fa14b7eab1e85882eb5a9e10cb8f7f66c1350 (diff)
downloadcmake-e39acc2b3a5a793803d80ddce4c4b965e8d3f79f.tar.gz
gitlab-ci: add nightly job testing Ninja Multi-Config on macOS
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r--.gitlab/os-macos.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index da4757af89..3183bf7ff9 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -80,6 +80,14 @@
CMAKE_GENERATOR: Xcode
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
+.macos_x86_64_ninja_multi:
+ extends: .macos
+
+ variables:
+ CMAKE_CONFIGURATION: macos_x86_64_ninja_multi
+ CMAKE_GENERATOR: "Ninja Multi-Config"
+ CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
+
## Tags
.macos_x86_64_builder_tags: