mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-31 02:41:31 +08:00
Change-Id: I0b09ee4b92f656d59204202dcdabebfc5aa2b011 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
26 lines
801 B
YAML
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'
|