diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index d4bd3d2e..40850656 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -7,7 +7,14 @@ Include: [ macos.yaml ] Configurations: -# Build on Ubuntu 22.04 +# Build on Ubuntu 22.04 and test on both X11 and Wayland later +- + Id: 'ubuntu-22.04-developer-build' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' + Compiler: 'GCC' + Features: ['Sccache', 'UseConfigure', 'DoNotRunTests', 'StandaloneExamples'] + Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace' + Environment variables: ['NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE'] - Id: 'ubuntu-22.04' Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml index 174e3f2c..da9b7b5b 100644 --- a/coin/platform_configs/precheck.yaml +++ b/coin/platform_configs/precheck.yaml @@ -3,7 +3,7 @@ Module only: True Include: [ cmake_platforms.yaml: [ "ubuntu-22.04", - "ubuntu-24.04-x64-developer-build", + "ubuntu-22.04-developer-build", "ubuntu-24.04-x64-developer-build-x11-tests", "windows-11_24H2-msvc2022-developer-build", "ios-universal" diff --git a/coin/platform_configs/qtsaferenderer-runtime.yaml b/coin/platform_configs/qtsaferenderer-runtime.yaml index d9249a9a..2fb5e0cb 100644 --- a/coin/platform_configs/qtsaferenderer-runtime.yaml +++ b/coin/platform_configs/qtsaferenderer-runtime.yaml @@ -6,7 +6,7 @@ Include: [ ], cmake_platforms.yaml: [ "ubuntu-22.04", - "ubuntu-24.04-x64-developer-build", + "ubuntu-22.04-developer-build", "ubuntu-24.04-arm64", "opensuse-15.6-developer-build", "sles-15_sp6-static", diff --git a/coin/platform_configs/qtsaferenderer.yaml b/coin/platform_configs/qtsaferenderer.yaml index aff12b57..1689ed3d 100644 --- a/coin/platform_configs/qtsaferenderer.yaml +++ b/coin/platform_configs/qtsaferenderer.yaml @@ -7,7 +7,7 @@ Include: [ ], cmake_platforms.yaml: [ "ubuntu-22.04", - "ubuntu-24.04-x64-developer-build", + "ubuntu-22.04-developer-build", "ubuntu-24.04-arm64", "opensuse-15.6-developer-build", "sles-15_sp6-static",