Skip to content

Commit

Permalink
chore(ci): azure: add a case win64_llvm_mingw
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Oct 5, 2024
1 parent 151ca25 commit 780b033
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/generate_azure_pipelines_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ def __init__(self, platform, build_jobs):
"desktop",
"win64_msvc2019_arm64",
"msvc2019_arm64",
is_autodesktop=True, # Should install win64_msvc2019_arm64 in parallel
),
BuildJob(
"install-qt",
"6.7.3",
"windows",
"desktop",
"win64_llvm_mingw",
"llvm_mingw",
is_autodesktop=True, # Should install win64_msvc2019_arm64 in parallel
),
BuildJob(
Expand Down

0 comments on commit 780b033

Please sign in to comment.