summaryrefslogtreecommitdiff
path: root/coin/platform_configs/qtwayland.yaml
blob: 924029662080e23166911a0e91f974b49fb4ab52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Version: 2
Include: [
    cmake_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', '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'