mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
CI Azure: test Qt6.2 with module
- Bump Pscx 4.0.0-beta2 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -127,7 +127,7 @@ windows_build_jobs.extend(
|
||||
"desktop",
|
||||
"win64_msvc2019_64",
|
||||
"msvc2019_64",
|
||||
module="qcharts qtnetworkauth",
|
||||
module="qtcharts qtnetworkauth",
|
||||
mirror=random.choice(MIRRORS),
|
||||
),
|
||||
]
|
||||
@@ -143,7 +143,7 @@ linux_build_jobs.extend(
|
||||
"desktop",
|
||||
"gcc_64",
|
||||
"gcc_64",
|
||||
module="qcharts qtnetworkauth",
|
||||
module="qtcharts qtnetworkauth",
|
||||
),
|
||||
BuildJob(
|
||||
"install", "5.14.2", "linux", "desktop", "gcc_64", "gcc_64", module="all"
|
||||
@@ -185,6 +185,7 @@ mac_build_jobs.extend(
|
||||
"desktop",
|
||||
"clang_64",
|
||||
"macos",
|
||||
module="addons.qtcharts addons.qtnetworkauth",
|
||||
),
|
||||
BuildJob(
|
||||
"install",
|
||||
@@ -193,7 +194,7 @@ mac_build_jobs.extend(
|
||||
"desktop",
|
||||
"clang_64",
|
||||
"clang_64",
|
||||
module="qcharts qtnetworkauth",
|
||||
module="qtcharts qtnetworkauth",
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user