aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/nightly_macos14_arm.yaml
blob: b7c965bd1166dea59d34932ffd07dd2ce8282cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Version: 2
Module only: True
Configurations:
-
    Id: 'macos-14-arm64-developer-build'
    Template: 'qtci-macos-14-arm64'
    Compiler: 'Clang'
    Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
    Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
    Environment variables: [
        'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
        'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}',
        'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
    ]
-
    Id: 'macos-14-arm64-developer-build-tests'
    Template: 'qtci-macos-14-arm64'
    Compiler: 'Clang'
    Features: ['Sccache', 'TestOnly']
    Platform dependency: 'macos-14-arm64-developer-build'