Files
qt5/coin/platform_configs/nightly_macos.yaml
Tor Arne Vestbø 9de9e75b02 coin: Add missing dependency config to macOS nightly
Change-Id: I0b09ee4b92f656d59204202dcdabebfc5aa2b011
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2025-07-04 21:30:12 +02:00

26 lines
801 B
YAML

Version: 2
Module only: True
Include: [
macos.yaml: [
'macos-universal-on-arm64'
],
]
Configurations:
-
Id: 'macos-26-arm64-developer-build'
Template: 'qtci-macos-26-arm-100'
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-26-arm64-tests'
Template: 'qtci-macos-26-arm-100'
Compiler: 'Clang'
Features: ['TestOnly', 'Packaging', 'Insignificant', 'Insignificant']
Platform dependency: 'macos-universal-on-arm64'