aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/nightly_macos.yaml
blob: 25273da73500093e7bb5f691fe97beef6939198e (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-15-arm64-developer-build'
    Template: 'qtci-macos-15-arm-104'
    Compiler: 'Clang'
    Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
    Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -nomake examples -nomake tests'
    Environment variables: [
        # FIXME: macOS 15 ARM VMs have trouble attaching to test via lldb
        'QTEST_DISABLE_STACK_DUMP=1'
    ]

-
    Id: 'macos-15-x86_64-developer-build'
    Template: 'qtci-macos-15-x86_64-103'
    Compiler: 'Clang'
    Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
    Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -nomake examples -nomake tests'