summaryrefslogtreecommitdiff
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-19 12:02:18 -0500
committerBrad King <brad.king@kitware.com>2021-02-23 11:21:59 -0500
commit0755c2ffbbf256f99967f9b30cdd5b4c12ee3477 (patch)
tree4db9b44fdedd9425293fca6cfffa554a5548964a /.gitlab/os-macos.yml
parent73150a37982fe6822ddf3a3bc206ed35de013f1a (diff)
downloadcmake-0755c2ffbbf256f99967f9b30cdd5b4c12ee3477.tar.gz
gitlab-ci: rename macos build and test jobs to macos-x86_64
This makes room for future equivalents for other architectures. The packaging jobs produce universal binaries, so leave them as-is.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r--.gitlab/os-macos.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index 450bae72cd..a7f55a7d01 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -24,18 +24,18 @@
# could run at the same time, so we drop it.
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
-.macos_ninja:
+.macos_x86_64_ninja:
extends: .macos_build
variables:
- CMAKE_CONFIGURATION: macos_ninja
+ CMAKE_CONFIGURATION: macos_x86_64_ninja
CTEST_NO_WARNINGS_ALLOWED: 1
-.macos_makefiles:
+.macos_x86_64_makefiles:
extends: .macos_build
variables:
- CMAKE_CONFIGURATION: macos_makefiles
+ CMAKE_CONFIGURATION: macos_x86_64_makefiles
CTEST_NO_WARNINGS_ALLOWED: 1
CMAKE_GENERATOR: "Unix Makefiles"
@@ -57,16 +57,16 @@
### External testing
-.macos_xcode:
+.macos_x86_64_xcode:
extends: .macos
variables:
- CMAKE_CONFIGURATION: macos_xcode
+ CMAKE_CONFIGURATION: macos_x86_64_xcode
CMAKE_GENERATOR: Xcode
## Tags
-.macos_builder_tags:
+.macos_x86_64_builder_tags:
tags:
- cmake # Since this is a bare runner, pin to a project.
- macos
@@ -74,7 +74,7 @@
- xcode-12.3
- nonconcurrent
-.macos_builder_tags_package:
+.macos_x86_64_builder_tags_package:
tags:
- cmake # Since this is a bare runner, pin to a project.
- macos
@@ -83,7 +83,7 @@
- nonconcurrent
- finder
-.macos_builder_ext_tags:
+.macos_x86_64_builder_ext_tags:
tags:
- cmake # Since this is a bare runner, pin to a project.
- macos