From de8a8879bd7cf962e4df66d7aca0fb4aa87d452d Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Thu, 15 Sep 2022 12:47:58 +0300 Subject: [PATCH] Add Ubuntu 22.04 xwayland to Nightly build Change-Id: Ic9878e4223e77a49df4daab2514e516b7b46545f Reviewed-by: Liang Qi --- .../nightly_ubuntu_22_04_xwayland.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml diff --git a/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml b/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml new file mode 100644 index 00000000..5ff87ffd --- /dev/null +++ b/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml @@ -0,0 +1,22 @@ +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 -no-warnings-are-errors -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']