mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
Update SDK to 4.4 with opus crashfix
Fix CI variable
This commit is contained in:
parent
ab7ed36128
commit
efc2e63ec3
5 changed files with 5 additions and 5 deletions
|
|
@ -139,7 +139,7 @@ job-debian9-makefile-clang-deploy:
|
|||
- $NIGHTLY_MASTER
|
||||
- $DEPLOY_LINUX
|
||||
script:
|
||||
- rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:$APPIMAGE_DEPLOY_SNAPSHOTS_PATH/
|
||||
- rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:$APPIMAGE_UPLOAD_DIRECTORY/
|
||||
|
||||
#################################################
|
||||
# Debug
|
||||
|
|
|
|||
|
|
@ -114,4 +114,4 @@ job-macosx-makefile-deploy:
|
|||
- $NIGHTLY_MASTER
|
||||
- $DEPLOY_MACOSX
|
||||
script:
|
||||
- rsync -rlv --ignore-existing build/OUTPUT/Packages/Linphone*.dmg $DEPLOY_SERVER:$MACOSX_DEPLOY_SNAPSHOTS_PATH
|
||||
- rsync -rlv --ignore-existing build/OUTPUT/Packages/Linphone*.dmg $DEPLOY_SERVER:$MACOSX_UPLOAD_DIRECTORY
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ job-windows-vs2017-win32-upload:
|
|||
dependencies:
|
||||
- job-windows-vs2017-package
|
||||
script:
|
||||
- scp "results/*.exe" "%DEPLOY_SERVER%:%WINDOWS_DEPLOY_SNAPSHOTS_PATH%"
|
||||
- scp "results/*.exe" "%DEPLOY_SERVER%:%WINDOWS_UPLOAD_DIRECTORY%"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
################################################################################
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
|
||||
project(linphoneqt VERSION 4.2.1)
|
||||
project(linphoneqt VERSION 4.2.2)
|
||||
|
||||
if(ENABLE_BUILD_VERBOSE)
|
||||
#message("CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}")
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit efa8a5f1da39c9e4ce55b4c069da2e090078111c
|
||||
Subproject commit 0197fa6443dd175ab2c8b1e839a526173a677f95
|
||||
Loading…
Add table
Reference in a new issue