Files
qt5/coin/platform_configs/nightly_macos.yaml
Ville-Pekka Karhu 624f5c79be Provisioning: Add macOS 26 nightly
Replaces macOS 15 nightly.

Task-number: QTQAINFRA-7196
Change-Id: I3ea042382c13ec9584cf8cc163d43b51f61c78a3
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2025-07-04 15:47:40 +02:00

21 lines
728 B
YAML

Version: 2
Module only: True
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'