mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
Change-Id: I2cbc04a6b99ec3941c90a8e9623ee4889d00b555 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
22 lines
656 B
YAML
22 lines
656 B
YAML
Version: 2
|
|
Include: [
|
|
quick-bridges.yaml: [
|
|
"macos-quick-bridges",
|
|
"linux-quick-bridges"
|
|
]
|
|
]
|
|
Configurations:
|
|
-
|
|
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']
|