summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-28 15:15:24 (GMT)
committerBrad King <brad.king@kitware.com>2023-02-28 15:18:31 (GMT)
commitce2e8253069fa1e5750b800a19f85c6e3b359bd8 (patch)
tree3c7054a1df5caa9373198b257fba0471f8ec802a /.gitlab/os-macos.yml
parent05531a7c4e499847b7d174fb7697e840c223bc98 (diff)
downloadCMake-ce2e8253069fa1e5750b800a19f85c6e3b359bd8.zip
CMake-ce2e8253069fa1e5750b800a19f85c6e3b359bd8.tar.gz
CMake-ce2e8253069fa1e5750b800a19f85c6e3b359bd8.tar.bz2
gitlab-ci: Simplify macOS packaging jobs
Run cpack in a post-build step instead of duplicating the job script.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r--.gitlab/os-macos.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index ff77e1d..652a67a 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -162,19 +162,6 @@
interruptible: true
-.cmake_build_macos_package:
- stage: build
-
- script:
- - *before_script_macos
- - ctest -VV -S .gitlab/ci/ctest_configure.cmake
- - ctest -VV -S .gitlab/ci/ctest_build.cmake
- - cd build
- - cpack -G TGZ
- - cpack -G DragNDrop
-
- interruptible: true
-
.cmake_test_macos:
stage: test