Merge branch 'master' of gitlab.linphone.org:BC/public/linphone-desktop into fix/audio_crash_initialization

This commit is contained in:
Julien Wadel 2020-03-27 09:02:25 +01:00
commit 6d06aa102b
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ job-macosx-makefile-package:
variables:
- $NIGHTLY_MASTER
variables:
CMAKE_OPTIONS: -DENABLE_PACKAGING=YES
CMAKE_OPTIONS: -DENABLE_APP_PACKAGING=YES
extends: job-macosx-makefile
script:
- *build_all_script

View file

@ -125,7 +125,7 @@ job-windows-vs2017-package:
#this wrapper relays only needed calls to the real compiler
#cache stats display
- C:\PROGRA~1\Python37\Scripts\cl -s
- cmake .. -G "Visual Studio 15 2017" -DLINPHONESDK_PLATFORM=Desktop -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Release -DENABLE_PACKAGING=YES %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS%
- cmake .. -G "Visual Studio 15 2017" -DLINPHONESDK_PLATFORM=Desktop -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Release -DENABLE_APP_PACKAGING=YES %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS%
- cmake --build . --target ALL_BUILD --config Release %LBC_NODEBUG_OPTIONS% -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false
- C:\PROGRA~1\Python37\Scripts\cl -s
- mkdir "%CI_PROJECT_DIR%/results"