summaryrefslogtreecommitdiff
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-29 10:35:14 -0400
committerBrad King <brad.king@kitware.com>2020-09-29 11:13:14 -0400
commit17decc46917f26199abe6e00a028d35497972d40 (patch)
tree5d8ba57e19d006b5acee96a417e4962e6511e04c /.gitlab/os-macos.yml
parent39677de5e209445c8cbc5957c1e79088d5d2a03a (diff)
downloadcmake-17decc46917f26199abe6e00a028d35497972d40.tar.gz
gitlab-ci: re-organize packaging pipeline
Move the macOS package build job into the `build` stage. Since it depends on the sphinx doc package job, add a preceding `prep` stage.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r--.gitlab/os-macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index 47e81d1a4e..a500d368eb 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -111,7 +111,7 @@
interruptible: true
.cmake_build_macos_package:
- stage: package
+ stage: build
script:
- *before_script_macos