aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/nightly_ubuntu_24_04_arm64_documentation.yaml
blob: da7a8c175965e26bb86fb8f471b4e8ab838ff0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Version: 2
Configurations:
# cmake_platforms.yaml
# Build on Ubuntu 24.04 ARM64 and test on both X11 and Wayland later
-
    Id: 'ubuntu-24.04-arm64-documentation'
    Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'
    Compiler: 'GCC'
    Features: ['Documentation', 'UseConfigure', 'DoNotRunTests']
    Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace'
    Environment variables: ['NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}']
# Test on Ubuntu 24.04 ARM64 X11
-
    Id: 'ubuntu-24.04-arm64-documentation-x11-tests'
    Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'
    Compiler: 'GCC'
    Features: ['TestDocs', 'TestOnly', 'InsignificantTests']
    Platform dependency: 'ubuntu-24.04-arm64-documentation'