mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 22:28:08 +00:00
Fix ci
This commit is contained in:
parent
0c31da57af
commit
08a7f3b4ce
4 changed files with 7 additions and 7 deletions
|
|
@ -151,7 +151,7 @@ job-debian9-makefile-clang-package:
|
|||
job-debian9-makefile-clang-deploy:
|
||||
stage: deploy
|
||||
tags: [ "deploy" ]
|
||||
dependencies:
|
||||
needs:
|
||||
- job-debian9-makefile-clang-package
|
||||
only:
|
||||
variables:
|
||||
|
|
@ -164,7 +164,7 @@ job-debian9-makefile-clang-deploy:
|
|||
job-debian9-makefile-clang-plugins-deploy:
|
||||
stage: deploy
|
||||
tags: [ "deploy" ]
|
||||
dependencies:
|
||||
needs:
|
||||
- job-debian9-makefile-clang
|
||||
only:
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ job-macosx-makefile-package:
|
|||
job-macosx-makefile-deploy:
|
||||
stage: deploy
|
||||
tags: [ "macosx-xcode11" ]
|
||||
dependencies:
|
||||
needs:
|
||||
- job-macosx-makefile-package
|
||||
only:
|
||||
variables:
|
||||
|
|
@ -124,7 +124,7 @@ job-macosx-makefile-deploy:
|
|||
job-macosx-makefile-plugins-deploy:
|
||||
stage: deploy
|
||||
tags: [ "macosx-xcode11" ]
|
||||
dependencies:
|
||||
needs:
|
||||
- job-macosx-makefile
|
||||
only:
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ job-windows-vs2017-win32-upload:
|
|||
variables:
|
||||
- $NIGHTLY_MASTER
|
||||
- $DEPLOY_WINDOWS
|
||||
dependencies:
|
||||
needs:
|
||||
- job-windows-vs2017-package
|
||||
script:
|
||||
- scp "build/OUTPUT/Packages/*.exe" "%DEPLOY_SERVER%:%WINDOWS_UPLOAD_DIRECTORY%"
|
||||
|
|
@ -115,7 +115,7 @@ job-windows-vs2017-plugins-upload:
|
|||
only:
|
||||
variables:
|
||||
- $DEPLOY_PLUGINS
|
||||
dependencies:
|
||||
needs:
|
||||
- job-windows-vs2017-scheduled
|
||||
script:
|
||||
- scp "build/OUTPUT/plugins/app/*.dll" "%DEPLOY_SERVER%:%WINDOWS_UPLOAD_DIRECTORY%/plugins"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ do
|
|||
xcrun_result=$?
|
||||
if [ "${xcrun_result}" != "0" ]
|
||||
then
|
||||
if [ "${trycount}" -lt "4" ]
|
||||
if [ ${trycount} -lt 4 ]
|
||||
then
|
||||
tryCount=$((tryCount+1))
|
||||
sleep 60
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue