aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtwayland.yaml
blob: 26e939013bf836c56ffa93e9ce7e8d8ce8716cd8 (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,
    address_sanitizer_platforms.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', 'TestDocs', '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'