mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Change-Id: Ib77aefeac75290b1a9cb4b225d41026211d4713c Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
21 lines
830 B
YAML
21 lines
830 B
YAML
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'
|