mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-25 15:52:08 +08:00
There are two image templates right away: -70 is Windows 11 with no Visual Studio or Windows SDK ever installed. -71 includes VS2022 17.9.1 (MSVC 14.39.33519) and Windows SDK 10.0.26100.1742 Image changes compared to 23h2: - VS2019 is left out as it's no longer used in provisioning scripts. - Old DirectX installation (10-dxsdk.ps1) is left out. It's legacy, originally used for Windows 7, and newer libraries should be found from Windows SDK. - 08-libclang-v100-dyn.ps1 is removed as it's no longer used. It had dependency to VS2019. - These images use UEFI instead of BIOS. [CI Platforms] Task-number: QTQAINFRA-6734 Task-number: QTQAINFRA-6823 Change-Id: I53a62c74b07d7fbfc9b1afbe44444272ae7c51e7 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
27 lines
645 B
YAML
27 lines
645 B
YAML
Version: 2
|
|
Module only: True
|
|
Include: [
|
|
cmake_platforms.yaml: [
|
|
"ubuntu-22.04",
|
|
"ubuntu-22.04-developer-build",
|
|
"ubuntu-22.04-developer-build-x11-tests",
|
|
"windows-11_23H2-msvc2022-developer-build",
|
|
"windows-11_24H2-msvc2022-developer-build",
|
|
"ios-universal"
|
|
],
|
|
macos.yaml: [
|
|
"macos-14-arm64-developer-build",
|
|
"macos-14-arm64-developer-build-tests",
|
|
],
|
|
cmake_platforms_target_android.yaml: [
|
|
"android-arm64-on-macos"
|
|
],
|
|
cmake_platforms_qemu.yaml: [
|
|
"qemu-armv7-developer-build"
|
|
],
|
|
cmake_platforms_qemu_qnx710.yaml: [
|
|
"qnx-710-x86_64-developer-build-on-linux"
|
|
]
|
|
]
|
|
Configurations: []
|