mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
chore(.gitlab-ci.yml): sign mac os package
This commit is contained in:
parent
cc95894039
commit
b8405e24bd
2 changed files with 4 additions and 3 deletions
|
|
@ -9,8 +9,9 @@
|
|||
- ccache -s
|
||||
- export Qt5_DIR=/usr/local/opt/qt/lib/cmake
|
||||
- export PATH=$PATH:/usr/local/opt/qt/bin
|
||||
- python prepare.py -G "$CMAKE_GENERATOR" -cc --package $DEFAULT_MACOS_CMAKE_OPTIONS $CMAKE_OPTIONS
|
||||
- python prepare.py -G "$CMAKE_GENERATOR" -cc --package -DLINPHONE_BUILDER_SIGNING_IDENTITY="$MACOS_SIGNING_IDENTITY" $DEFAULT_MACOS_CMAKE_OPTIONS $CMAKE_OPTIONS
|
||||
- cmake --build WORK/desktop/cmake -- $ADDITIONAL_BUILD_OPTIONS
|
||||
- codesign --verbose -s "$MACOS_SIGNING_IDENTITY" WORK/desktop/Build/linphone_package/Linphone-*.dmg
|
||||
- ccache -s
|
||||
|
||||
artifacts:
|
||||
|
|
@ -72,4 +73,4 @@ job-macosx-xcode:
|
|||
- WORK/desktop/Build/linphone_package/Linphone-*.dmg
|
||||
- WORK/desktop/Build/linphone_package/linphone-sdk-*-mac.zip
|
||||
when: always
|
||||
expire_in: 1 week
|
||||
expire_in: 1 week
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ include:
|
|||
stages:
|
||||
- build
|
||||
- package
|
||||
- deploy
|
||||
- deploy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue