aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml')
-rw-r--r--coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml23
1 files changed, 23 insertions, 0 deletions
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..d95746e8
--- /dev/null
+++ b/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml
@@ -0,0 +1,23 @@
+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',
+ 'NON_QTBASE_CMAKE_ARGS=-DINPUT_headersclean=ON'
+ ]
+-
+ # default.yaml
+ Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
+ Compiler: 'GCC'
+ Features: ['TestOnly', 'LicenseCheck', 'UseLegacyInstructions']