Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-desktop
Commits
f0dd46e2
Commit
f0dd46e2
authored
5 months ago
by
Julien Wadel
Browse files
Options
Download
Patches
Plain Diff
Fix notarization and upload
parent
435b59cc
master
build/windows_runner_ok
feature/AEC3
feature/dp
feature/loading_spinner
feature/oidc_client_secret
feature/redirect_uri
feature/test_integ_sdk
feature/translation
fix/LINQT-1362
fix/LINQT-1482
fix/SLS-8
fix/all
fix/auth_popup
fix/conference_index_as_objects
fix/config_login_page
fix/contact_list
fix/contact_speed
fix/disable_chat_feature
fix/jira_conseil_dep
fix/login_page_back_button
fix/qt6.8compil
fix/quit_conf_screensharing
fix/set_operator
fix/slow_ldap_loading
fix/ui
fix/ui_fixes
1 merge request
!1047
Fix notarization
Pipeline
#83564
passed with stages
in 49 minutes and 21 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci-files/linux-desktop-ubuntu-2004.yml
+2
-2
.gitlab-ci-files/linux-desktop-ubuntu-2004.yml
.gitlab-ci-files/macosx-desktop.yml
+3
-3
.gitlab-ci-files/macosx-desktop.yml
.gitlab-ci-files/windows-desktop.yml
+4
-4
.gitlab-ci-files/windows-desktop.yml
cmake/install/macos/app_notarization.sh
+1
-1
cmake/install/macos/app_notarization.sh
with
10 additions
and
10 deletions
.gitlab-ci-files/linux-desktop-ubuntu-2004.yml
+
2
−
2
View file @
f0dd46e2
...
...
@@ -149,7 +149,7 @@ ubuntu2004-makefile-gcc-deploy:
-
$NIGHTLY_MASTER
-
$DEPLOY_LINUX
script
:
-
rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:$UPLOAD_ROOT_
INTERNAL_
PATH/$LINUX_PLATFORM/$APP_FOLDER
-
rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $
MAIN_
DEPLOY_SERVER:$UPLOAD_ROOT_PATH/$LINUX_PLATFORM/$APP_FOLDER
-
|-
if [[ $MAKE_RELEASE_FILE_URL != "" ]]; then
rsync -rlv build/OUTPUT/RELEASE $DEPLOY_SERVER:$UPLOAD_ROOT_PATH/$LINUX_PLATFORM
...
...
@@ -166,5 +166,5 @@ ubuntu2004-makefile-gcc-plugins-deploy:
variables
:
-
$DEPLOY_PLUGINS
script
:
-
rsync -rlv --ignore-existing build/OUTPUT/plugins/app/*.so $DEPLOY_SERVER:$UPLOAD_ROOT_
INTERNAL_
PATH/$LINUX_PLATFORM/$APP_FOLDER/plugins/
-
rsync -rlv --ignore-existing build/OUTPUT/plugins/app/*.so $
MAIN_
DEPLOY_SERVER:$UPLOAD_ROOT_PATH/$LINUX_PLATFORM/$APP_FOLDER/plugins/
This diff is collapsed.
Click to expand it.
.gitlab-ci-files/macosx-desktop.yml
+
3
−
3
View file @
f0dd46e2
...
...
@@ -148,10 +148,10 @@ macosx-makefile-deploy:
-
$NIGHTLY_MASTER
-
$DEPLOY_MACOSX
script
:
-
rsync -rlv --ignore-existing build/OUTPUT/Linphone*/macos/Packages/Linphone*.dmg $DEPLOY_SERVER:$UPLOAD_ROOT_
INTERNAL_
PATH/$MACOSX_PLATFORM/$APP_FOLDER
-
rsync -rlv --ignore-existing build/OUTPUT/Linphone*/macos/Packages/Linphone*.dmg $
MAIN_
DEPLOY_SERVER:$UPLOAD_ROOT_PATH/$MACOSX_PLATFORM/$APP_FOLDER
-
|-
if [[ $MAKE_RELEASE_FILE_URL != "" ]]; then
rsync -rlv build/OUTPUT/RELEASE $DEPLOY_SERVER:$UPLOAD_ROOT_
INTERNAL_
PATH/$MACOSX_PLATFORM
rsync -rlv build/OUTPUT/RELEASE $
MAIN_
DEPLOY_SERVER:$UPLOAD_ROOT_PATH/$MACOSX_PLATFORM
fi
...
...
@@ -164,5 +164,5 @@ macosx-makefile-plugins-deploy:
variables
:
-
$DEPLOY_PLUGINS
script
:
-
rsync -rlv --ignore-existing build/OUTPUT/plugins/app/*.dylib $DEPLOY_SERVER:$UPLOAD_ROOT_
INTERNAL_
PATH/$MACOSX_PLATFORM/$APP_FOLDER/plugins
-
rsync -rlv --ignore-existing build/OUTPUT/plugins/app/*.dylib $
MAIN_
DEPLOY_SERVER:$UPLOAD_ROOT_PATH/$MACOSX_PLATFORM/$APP_FOLDER/plugins
This diff is collapsed.
Click to expand it.
.gitlab-ci-files/windows-desktop.yml
+
4
−
4
View file @
f0dd46e2
...
...
@@ -204,9 +204,9 @@ win64-ninja-vs2022-package-windows:
-
if
:
$DEPLOY_WINDOWS
script
:
-
scp -pr build-desktop/OUTPUT/Packages/*.exe ${DEPLOY_SERVER}:${UPLOAD_ROOT_
INTERNAL_
PATH}/${WINDOWS_PLATFORM}/${APP_FOLDER}
-
if ($MAKE_RELEASE_FILE_URL) { scp -pr build-desktop/OUTPUT/RELEASE ${DEPLOY_SERVER}:${UPLOAD_ROOT_INTERNAL_PATH}/${WINDOWS_PLATFORM}/ }
#
- if ($MAKE_RELEASE_FILE_URL) { scp -pr build-desktop/OUTPUT/RELEASE ${MAIN_DEPLOY_SERVER}:${UPLOAD_ROOT_PATH}/${WINDOWS_PLATFORM}/ }
-
scp -pr build-desktop/OUTPUT/Packages/*.exe ${
MAIN_
DEPLOY_SERVER}:${UPLOAD_ROOT_PATH}/${WINDOWS_PLATFORM}/${APP_FOLDER}
#
- if ($MAKE_RELEASE_FILE_URL) { scp -pr build-desktop/OUTPUT/RELEASE ${DEPLOY_SERVER}:${UPLOAD_ROOT_INTERNAL_PATH}/${WINDOWS_PLATFORM}/ }
-
if ($MAKE_RELEASE_FILE_URL) { scp -pr build-desktop/OUTPUT/RELEASE ${MAIN_DEPLOY_SERVER}:${UPLOAD_ROOT_PATH}/${WINDOWS_PLATFORM}/ }
win64-ninja-vs2022-upload
:
extends
:
...
...
@@ -220,7 +220,7 @@ win64-ninja-vs2022-upload:
rules
:
-
if
:
$DEPLOY_PLUGINS
script
:
-
scp "build-desktop/OUTPUT/plugins/app/*.dll" "%DEPLOY_SERVER%:%WINDOWS_UPLOAD_
INTERNAL_
DIRECTORY%/plugins"
-
scp "build-desktop/OUTPUT/plugins/app/*.dll" "%
MAIN_
DEPLOY_SERVER%:%WINDOWS_UPLOAD_DIRECTORY%/plugins"
win64-ninja-vs2022-plugins-upload
:
extends
:
.win64-plugins-upload
...
...
This diff is collapsed.
Click to expand it.
cmake/install/macos/app_notarization.sh
+
1
−
1
View file @
f0dd46e2
...
...
@@ -3,7 +3,7 @@
#Notarization for Mac. Launch it from the build folder
#rm notarize_result.plist
FILES
=
OUTPUT/Linphone/macos/Packages/
*
.dmg
FILES
=
OUTPUT/Linphone
*
/macos/Packages/
*
.dmg
for
f
in
$FILES
do
linphone_file
=
$f
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets