mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 13:47:46 +08:00
I can see whyde8a8879bdadded -no-warnings-are-errors (QtWayland tests were full of [=] implicitly capturing *this), but I've fixed those now, so re-add -Werror. Change-Id: I48db4cee08bd766b2b00949cdb09a4dd97214298 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commitbfb6538af8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
23 lines
941 B
YAML
23 lines
941 B
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
# cmake_platforms.yaml
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'Documentation', 'TestDocs', 'UseConfigure']
|
|
Configure arguments: '-make examples -developer-build -c++std c++20 -qtlibinfix TestInfix -qtnamespace TestNamespace'
|
|
-
|
|
Id: 'Ubuntu-22.04-xwayland-host'
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'UseConfigure', 'InsignificantTests']
|
|
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY'
|
|
]
|
|
-
|
|
# default.yaml
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['TestOnly', 'LicenseCheck', 'UseLegacyInstructions']
|