aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtwayland.yaml
blob: 52d13a7d161fdc79c1d69454a8e80372d1e0541a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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'
# Test on Debian-11.6 Wayland
-
    Id: 'debian-11.6-arm64-wayland-tests'
    Template: 'qtci-linux-Debian-11.6-aarch64-50'
    Compiler: 'GCC'
    Features: ['Sccache', 'TestOnly', 'RunDependencyTests', 'InsignificantTests']
    Environment variables: [
        'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY'
    ]
    Platform dependency: 'debian-11.6-arm64'