mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
Change-Id: Ie04b0455335c09a2070ed277c597f3a06b2ffa1c Reviewed-by: Toni Saario <toni.saario@qt.io>
32 lines
974 B
YAML
32 lines
974 B
YAML
Version: 2
|
|
Include: [
|
|
quick-bridges.yaml: [
|
|
"macos-quick-bridges",
|
|
"windows-quick-bridges"
|
|
],
|
|
cmake_platforms.yaml: [
|
|
"rhel-9.6"
|
|
]
|
|
]
|
|
Configurations:
|
|
-
|
|
Id: 'windows-quick-bridges-python'
|
|
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
Compiler: 'MSVC2022'
|
|
Platform dependency: 'windows-quick-bridges'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|
|
|
|
-
|
|
Id: 'linux-quick-bridges-python'
|
|
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'rhel-9.6'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|
|
|
|
-
|
|
Id: 'macos-quick-bridges-python'
|
|
Template: 'qtci-macos-15-arm-104'
|
|
Compiler: 'Clang'
|
|
Platform dependency: 'macos-quick-bridges'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|