mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-05 10:47:30 +08:00
Change-Id: Ic41ef648ceee78fa8fcb2a792fe808269fc19ff3 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
29 lines
963 B
YAML
29 lines
963 B
YAML
Version: 2
|
|
Include: [
|
|
quick-bridges.yaml: [
|
|
"macos-quick-bridges",
|
|
"linux-quick-bridges",
|
|
"windows-quick-bridges"
|
|
]
|
|
]
|
|
Configurations:
|
|
-
|
|
Id: 'windows-quick-bridges-swift'
|
|
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
Compiler: 'MSVC2022'
|
|
Platform dependency: 'windows-quick-bridges'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesSwift']
|
|
-
|
|
Id: 'macos-quick-bridges-swift'
|
|
Template: 'qtci-macos-15-arm-104'
|
|
Compiler: 'Clang'
|
|
Platform dependency: 'macos-quick-bridges'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesSwift']
|
|
|
|
-
|
|
Id: 'linux-quick-bridges-swift'
|
|
Template: 'qtci-linux-Ubuntu-24.04-x86_64-54'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'linux-quick-bridges'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesSwift']
|