mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
Add CI test for Qt 6.2.0 for mac
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -162,16 +162,27 @@ linux_build_jobs.extend(
|
||||
BuildJob("list", "6.1.0", "linux", "desktop", "", ""),
|
||||
]
|
||||
)
|
||||
mac_build_jobs.append(
|
||||
BuildJob(
|
||||
"install",
|
||||
"5.14.2",
|
||||
"mac",
|
||||
"desktop",
|
||||
"clang_64",
|
||||
"clang_64",
|
||||
module="qcharts qtnetworkauth",
|
||||
)
|
||||
mac_build_jobs.extend(
|
||||
[
|
||||
BuildJob(
|
||||
"install",
|
||||
"6.2.0",
|
||||
"mac",
|
||||
"desktop",
|
||||
"clang_64",
|
||||
"macos",
|
||||
module="qcharts qtnetworkauth",
|
||||
),
|
||||
BuildJob(
|
||||
"install",
|
||||
"5.14.2",
|
||||
"mac",
|
||||
"desktop",
|
||||
"clang_64",
|
||||
"clang_64",
|
||||
module="qcharts qtnetworkauth",
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
# WASM
|
||||
|
||||
Reference in New Issue
Block a user