chore(.gitlab-ci.yml): sign mac os package

This commit is contained in:
Ronan Abhamon 2019-01-07 14:28:35 +01:00
parent cc95894039
commit b8405e24bd
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -29,4 +29,4 @@ include:
stages:
- build
- package
- deploy
- deploy