summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-29 14:35:14 (GMT)
committerBrad King <brad.king@kitware.com>2020-09-29 15:13:14 (GMT)
commit17decc46917f26199abe6e00a028d35497972d40 (patch)
tree5d8ba57e19d006b5acee96a417e4962e6511e04c /.gitlab/os-macos.yml
parent39677de5e209445c8cbc5957c1e79088d5d2a03a (diff)
downloadCMake-17decc46917f26199abe6e00a028d35497972d40.zip
CMake-17decc46917f26199abe6e00a028d35497972d40.tar.gz
CMake-17decc46917f26199abe6e00a028d35497972d40.tar.bz2
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 47e81d1..a500d36 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