mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Remove clang from debian9 build because of Qt 5.15.2 :
/opt/Qt/5.15.2/gcc_64/include/QtCore/qstring.h:1559:29: error: cannot initialize a parameter of type 'wchar_t *' with an rvalue of type 'const wchar_t *' from #include <QQuickFramebufferObject>
This commit is contained in:
parent
e326ba9437
commit
067f13f083
1 changed files with 0 additions and 22 deletions
|
|
@ -49,28 +49,6 @@ job-debian9-ninja-gcc-novideo:
|
|||
CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_PQCRYPTO=OFF
|
||||
extends: job-debian9-ninja-gcc
|
||||
|
||||
|
||||
job-debian9-ninja-clang:
|
||||
tags: [ "docker-debian9" ]
|
||||
only:
|
||||
variables:
|
||||
- $NIGHTLY_MASTER
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-desktop/bc-dev-debian9-appimage:$DEBIAN_9_QT_IMAGE_VERSION
|
||||
variables:
|
||||
CMAKE_OPTIONS: -DENABLE_DOC=ON -DENABLE_G729=ON -DENABLE_PQCRYPTO=ON
|
||||
CMAKE_GENERATOR: Ninja
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
extends: .job-linux-desktop
|
||||
|
||||
job-debian9-ninja-clang-novideo:
|
||||
only:
|
||||
variables:
|
||||
- $NIGHTLY_MASTER
|
||||
variables:
|
||||
CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_PQCRYPTO=OFF
|
||||
extends: job-debian9-ninja-clang
|
||||
|
||||
job-debian9-makefile-gcc:
|
||||
tags: [ "docker-debian9" ]
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-desktop/bc-dev-debian9-appimage:$DEBIAN_9_QT_IMAGE_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue