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:
|
ubuntu2004-ninja-clang:
|
||||||
rules:
|
rules:
|
||||||
- !reference [.rules-merge-request-manual, rules]
|
- !reference [.rules-merge-request-manual, rules]
|
||||||
- if: $NIGHTLY_MASTER && $SKIP_LINUX != 1
|
- if: $NIGHTLY_MASTER
|
||||||
variables:
|
variables:
|
||||||
CMAKE_OPTIONS: -DENABLE_DOC=ON -DENABLE_G729=ON -DENABLE_PQCRYPTO=ON -DENABLE_GPL_THIRD_PARTIES=ON
|
CMAKE_OPTIONS: -DENABLE_DOC=ON -DENABLE_G729=ON -DENABLE_PQCRYPTO=ON -DENABLE_GPL_THIRD_PARTIES=ON
|
||||||
CMAKE_GENERATOR: Ninja
|
CMAKE_GENERATOR: Ninja
|
||||||
CC: clang
|
CC: clang
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
extends: .linux-desktop
|
extends: .linux-desktop
|
||||||
|
allow_failure: true
|
||||||
<<: *docker_image_platform_and_runner_tag
|
<<: *docker_image_platform_and_runner_tag
|
||||||
|
|
||||||
ubuntu2004-ninja-clang-small:
|
ubuntu2004-ninja-clang-small:
|
||||||
rules:
|
rules:
|
||||||
- !reference [.rules-merge-request-manual, rules]
|
- !reference [.rules-merge-request-manual, rules]
|
||||||
- if: $NIGHTLY_MASTER && $SKIP_LINUX != 1
|
- if: $NIGHTLY_MASTER
|
||||||
variables:
|
variables:
|
||||||
CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_ADVANCED_IM=NO -DENABLE_DB_STORAGE=NO -DENABLE_PQCRYPTO=OFF
|
CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_ADVANCED_IM=NO -DENABLE_DB_STORAGE=NO -DENABLE_PQCRYPTO=OFF
|
||||||
|
allow_failure: true
|
||||||
extends: ubuntu2004-ninja-clang
|
extends: ubuntu2004-ninja-clang
|
||||||
|
|
||||||
ubuntu2004-makefile-gcc:
|
ubuntu2004-makefile-gcc:
|
||||||
|
|
|
||||||
2
external/linphone-sdk
vendored
2
external/linphone-sdk
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit b10321bb77faacf2924eabb41b0f57721408cf26
|
Subproject commit 1a5f228ee786945af74e80803a5c4f9be6534910
|
||||||
Loading…
Reference in a new issue