mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
23H2 is replaced by 24H2. [CI Platforms] Pick-to: 6.10 Task-number: QTQAINFRA-6734 Change-Id: Ib136f46a6725aeb929d7bd406fbb31a290f71e58 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
22 lines
889 B
YAML
22 lines
889 B
YAML
Version: 2
|
|
Configurations: []
|
|
Include: [
|
|
cmake_platforms.yaml: [
|
|
'windows-11_24H2-msvc2022-developer-build',
|
|
'windows-11_24H2-mingw13-developer-build',
|
|
'windows-11_24H2-llvm'
|
|
]
|
|
]
|
|
# Windows nightly to check for -qtnamespace errors/issues
|
|
Overrides:
|
|
-
|
|
Id: 'windows-11_24H2-msvc2022-developer-build'
|
|
Configure arguments: '-qtnamespace TestNamespace -debug-and-release -force-asserts -make examples -developer-build -force-debug-info -qt-zlib -c++std c++20'
|
|
-
|
|
Id: 'windows-11_24H2-mingw13-developer-build'
|
|
Configure arguments: '-qtnamespace TestNamespace -developer-build -release -force-asserts -force-debug-info -separate-debug-info -make examples'
|
|
-
|
|
Id: 'windows-11_24H2-llvm'
|
|
Features: ['Sccache', 'UseConfigure']
|
|
Configure arguments: '-qtnamespace TestNamespace -release -force-debug-info -separate-debug-info -nomake examples'
|