mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 21:28:07 +00:00
fix pipeline
update sdk
This commit is contained in:
parent
5ae0652661
commit
37daee36f7
2 changed files with 5 additions and 3 deletions
|
|
@ -34,21 +34,23 @@ ubuntu2004-makefile-gcc:
|
|||
ubuntu2004-ninja-clang:
|
||||
rules:
|
||||
- !reference [.rules-merge-request-manual, rules]
|
||||
- if: $NIGHTLY_MASTER && $SKIP_LINUX != 1
|
||||
- if: $NIGHTLY_MASTER
|
||||
variables:
|
||||
CMAKE_OPTIONS: -DENABLE_DOC=ON -DENABLE_G729=ON -DENABLE_PQCRYPTO=ON -DENABLE_GPL_THIRD_PARTIES=ON
|
||||
CMAKE_GENERATOR: Ninja
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
extends: .linux-desktop
|
||||
allow_failure: true
|
||||
<<: *docker_image_platform_and_runner_tag
|
||||
|
||||
ubuntu2004-ninja-clang-small:
|
||||
rules:
|
||||
- !reference [.rules-merge-request-manual, rules]
|
||||
- if: $NIGHTLY_MASTER && $SKIP_LINUX != 1
|
||||
- if: $NIGHTLY_MASTER
|
||||
variables:
|
||||
CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_ADVANCED_IM=NO -DENABLE_DB_STORAGE=NO -DENABLE_PQCRYPTO=OFF
|
||||
allow_failure: true
|
||||
extends: ubuntu2004-ninja-clang
|
||||
|
||||
ubuntu2004-makefile-gcc:
|
||||
|
|
|
|||
2
external/linphone-sdk
vendored
2
external/linphone-sdk
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit b10321bb77faacf2924eabb41b0f57721408cf26
|
||||
Subproject commit 1a5f228ee786945af74e80803a5c4f9be6534910
|
||||
Loading…
Add table
Reference in a new issue