diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-28 15:29:47 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-28 15:40:32 (GMT) |
commit | 72a7697901eb1b4476fd9b23a0b895ea1d8a30fd (patch) | |
tree | a8d820d1e8a2364b4c1db5484e648740e5032acb /.gitlab-ci.yml | |
parent | e46654815e76b492e5f273a147ff6d29f10402c9 (diff) | |
download | CMake-72a7697901eb1b4476fd9b23a0b895ea1d8a30fd.zip CMake-72a7697901eb1b4476fd9b23a0b895ea1d8a30fd.tar.gz CMake-72a7697901eb1b4476fd9b23a0b895ea1d8a30fd.tar.bz2 |
gitlab-ci: pin macOS to a specific Xcode version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5dde59..f4c4490 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,6 +73,9 @@ # Even if we could, it could change if other runners on the machine # could run at the same time, so we drop it. GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" + # TODO: Factor this out so that each job selects the Xcode version to + # use so that different versions can be tested in a single pipeline. + DEVELOPER_DIR: "/Applications/Xcode-11.3.app/Contents/Developer" .macos_ninja: &macos_ninja extends: .macos |