summaryrefslogtreecommitdiff
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-06 12:40:11 -0400
committerBrad King <brad.king@kitware.com>2022-06-06 13:52:30 -0400
commit3e791592ad44a6d44599bda346c85983e6fe89eb (patch)
tree84c936d089c7c4503bf7e9c5b54fa5e4842f1aab /.gitlab/os-macos.yml
parentab1edff49268df77e1cdcf8074e24e64ef140370 (diff)
downloadcmake-3e791592ad44a6d44599bda346c85983e6fe89eb.tar.gz
gitlab-ci: init macOS and Windows jobs with per-CMAKE_CONFIGURATION scripts
Apply the approach from commit 747940157f (gitlab-ci: init environment with per-CMAKE_CONFIGURATION shell scripts, 2021-03-12, v3.21.0-rc1~480^2~4) to macOS and Windows too.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r--.gitlab/os-macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index f36fe6d767..da4757af89 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -126,6 +126,7 @@
## macOS-specific scripts
.before_script_macos: &before_script_macos
+ - source .gitlab/ci/env.sh
- .gitlab/ci/cmake.sh
- export PATH=$PWD/.gitlab/cmake/bin:$PATH
- .gitlab/ci/ninja.sh