aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtwayland.yaml
blob: ae9874e68146ad35d4c8e5d74ecd2101fe058e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Version: 2
Include: [
    cmake_platforms.yaml,
    cmake_platforms_target_android_12.yaml
    ]
Configurations:
# Test on Ubuntu 22.04 Wayland
-
    Id: 'ubuntu-22.04-documentation-wayland-tests'
    Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
    Compiler: 'GCC'
    Features: ['Sccache', 'TestOnly', 'RunDependencyTests', 'InsignificantTests']
    Platform dependency: 'ubuntu-22.04-documentation'
-
    Id: 'ubuntu-22.04-wayland-tests'
    Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
    Compiler: 'GCC'
    Features: ['Sccache', 'TestOnly', 'RunDependencyTests', 'InsignificantTests']
    Platform dependency: 'ubuntu-22.04'