mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-25 00:15:11 +08:00
Added CI configs for QNX8.0. Toolchain updated to latest version. Qemu build files updated for new toolchain. Task-number: QTBUG-131708 Change-Id: I25f5386c85f6bc2f87c69bf820d1bacc0ebd2a47 Reviewed-by: Simo Fält <simo.falt@qt.io>
26 lines
591 B
YAML
26 lines
591 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_24H2-msvc2022-developer-build",
|
|
"ios-universal"
|
|
],
|
|
macos.yaml: [
|
|
"macos-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_qnx.yaml: [
|
|
"qnx-710-x86_64-developer-build-on-linux"
|
|
]
|
|
]
|
|
Configurations: []
|