diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index b4339eea..f2e535ad 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -46,6 +46,19 @@ Configurations: 'VCPKG_HOST_TRIPLET=arm64-linux-qt', 'VCPKG_TARGET_TRIPLET=arm64-linux-qt', ] +# Test on Ubuntu 24.04 ARM64 Wayland +- + Id: 'ubuntu-24.04-arm64-developer-build-wayland-tests' + Template: 'qtci-linux-Ubuntu-24.04-aarch64-52' + Compiler: 'GCC' + Features: ['TestOnly', 'InsignificantTests', 'VerboseCTestOutput'] + Platform dependency: 'ubuntu-24.04-arm64-developer-build' +- + Id: 'ubuntu-24.04-arm64-wayland-tests' + Template: 'qtci-linux-Ubuntu-24.04-aarch64-52' + Compiler: 'GCC' + Features: ['TestOnly', 'InsignificantTests', 'VerboseCTestOutput'] + Platform dependency: 'ubuntu-24.04-arm64' # Test on Ubuntu 24.04 ARM64 offscreen - Id: 'ubuntu-24.04-arm64-offscreen-tests'