summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-28 10:15:24 -0500
committerBrad King <brad.king@kitware.com>2023-02-28 10:18:31 -0500
commitce2e8253069fa1e5750b800a19f85c6e3b359bd8 (patch)
tree3c7054a1df5caa9373198b257fba0471f8ec802a /.gitlab-ci.yml
parent05531a7c4e499847b7d174fb7697e840c223bc98 (diff)
downloadcmake-ce2e8253069fa1e5750b800a19f85c6e3b359bd8.tar.gz
gitlab-ci: Simplify macOS packaging jobs
Run cpack in a post-build step instead of duplicating the job script.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87a75e8a55..af1dc6c8b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -914,7 +914,7 @@ t:macos-arm64-xcode:
b:macos-package:
extends:
- .macos_package
- - .cmake_build_macos_package
+ - .cmake_build_macos
- .cmake_release_artifacts
- .macos_x86_64_tags_package
- .run_only_for_package
@@ -937,7 +937,7 @@ u:macos-package:
b:macos10.10-package:
extends:
- .macos10.10_package
- - .cmake_build_macos_package
+ - .cmake_build_macos
- .cmake_release_artifacts
- .macos_x86_64_tags_package
- .run_only_for_package