aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qt5.yaml
blob: 512c705138e8ee839bebee5162f445e32c5a93c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Version: 2
Include: [
    cmake_platforms.yaml,
    address_sanitizer_platforms.yaml
]
Configurations:
# 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'