mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-25 07:41:24 +08:00
Most of the modules do not have all configurations from different yamls. Using configs from yamls only used in some modules will lead to precheck using configs which are not used on normal integrations. Pick-to: 6.3 6.4 Change-Id: I7712db05eee485692d0363326194f02e21a40b9a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
23 lines
454 B
YAML
23 lines
454 B
YAML
Version: 2
|
|
Module only: True
|
|
Include: [
|
|
cmake_platforms.yaml: [
|
|
"Ubuntu-20.04-host",
|
|
"Windows10_21H2-MSVC2019-x64-host",
|
|
"ios-universal"
|
|
],
|
|
macos.yaml: [
|
|
"macos-12-arm64-tests",
|
|
],
|
|
cmake_platforms_target_android_host_macos.yaml: [
|
|
"android-arm64-on-macos"
|
|
],
|
|
cmake_platforms_qemu.yaml: [
|
|
"qemu-armv7-on-ubuntu20.04"
|
|
],
|
|
cmake_platforms_qemu_qnx710.yaml: [
|
|
"qnx-x86_64-on-ubuntu20.04"
|
|
]
|
|
]
|
|
Configurations: []
|