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:
Hiroshi Miura
2021-07-27 09:13:21 +09:00
parent 73bcd5694c
commit ef2d6d8dc7
2 changed files with 5 additions and 5 deletions

View File

@@ -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",
),
]
)