mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
Add build job for Qt 5.9/Win/Desktop/MSVC2017_64
This commit is contained in:
@@ -130,6 +130,16 @@ windows_build_jobs.extend(
|
||||
module="qtcharts qtnetworkauth",
|
||||
mirror=random.choice(MIRRORS),
|
||||
),
|
||||
BuildJob(
|
||||
"install-qt",
|
||||
"5.9.0",
|
||||
"windows",
|
||||
"desktop",
|
||||
"win64_msvc2017_64",
|
||||
"msvc2017_64",
|
||||
module="qtcharts qtnetworkauth",
|
||||
mirror=random.choice(MIRRORS),
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user