mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 20:08:11 +00:00
Add build command for macos packaging
This commit is contained in:
parent
e8454d85cc
commit
7180bb0cb3
1 changed files with 2 additions and 1 deletions
|
|
@ -100,6 +100,7 @@ job-macosx-makefile-package:
|
|||
- $TEST_NIGHTLY
|
||||
script:
|
||||
- cd build-desktop
|
||||
- cmake --build . --target linphone-qt -- $ADDITIONAL_BUILD_OPTIONS
|
||||
- cmake --build . --target package -- $ADDITIONAL_BUILD_OPTIONS
|
||||
- codesign --verbose -s "$MACOS_SIGNING_IDENTITY" CPackBuild/Linphone-*.dmg
|
||||
artifacts:
|
||||
|
|
@ -111,7 +112,7 @@ job-macosx-makefile-package:
|
|||
# Deploy - Nightly
|
||||
#################################################
|
||||
|
||||
job-macosx-ninja-deploy:
|
||||
job-macosx-makefile-deploy:
|
||||
stage: deploy
|
||||
tags: [ "deploy" ]
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue