mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
This patch includes the followup fix that also adds the "non tests"
developer build configuration for macos.
Task-number: COIN-1181
Change-Id: I91b156bf4217aba517d02d9003605b09edb08ec6
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 49b80c57c6)
26 lines
593 B
YAML
26 lines
593 B
YAML
Version: 2
|
|
Module only: True
|
|
Include: [
|
|
cmake_platforms.yaml: [
|
|
"ubuntu-22.04",
|
|
"ubuntu-22.04-documentation",
|
|
"ubuntu-22.04-documentation-x11-tests",
|
|
"windows-11_23H2-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: []
|