mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
Add UITools specific jobs into CI
This commit is contained in:
@@ -135,6 +135,17 @@ windows_build_jobs.extend(
|
||||
mingw_variant="win32_mingw730",
|
||||
mirror=random.choice(MIRRORS),
|
||||
),
|
||||
BuildJob(
|
||||
"install-qt",
|
||||
"5.11.3",
|
||||
"windows",
|
||||
"desktop",
|
||||
"win32_mingw53",
|
||||
"mingw53_32",
|
||||
subarchives="qtwinextras qtmultimedia qtbase qttools",
|
||||
mingw_variant="win32_mingw530",
|
||||
mirror=random.choice(MIRRORS),
|
||||
),
|
||||
BuildJob(
|
||||
"install-qt",
|
||||
"5.13.2",
|
||||
@@ -166,6 +177,16 @@ windows_build_jobs.extend(
|
||||
module="qtcharts qtnetworkauth",
|
||||
mirror=random.choice(MIRRORS),
|
||||
),
|
||||
BuildJob(
|
||||
"install-qt",
|
||||
"5.11.3",
|
||||
"windows",
|
||||
"desktop",
|
||||
"win32_msvc2015",
|
||||
"msvc2015",
|
||||
subarchives="qtwinextras qtmultimedia qtbase qttools",
|
||||
mirror=random.choice(MIRRORS),
|
||||
),
|
||||
BuildJob(
|
||||
"install-qt",
|
||||
"5.9.0",
|
||||
@@ -227,7 +248,7 @@ linux_build_jobs.extend(
|
||||
"desktop",
|
||||
"gcc_64",
|
||||
"gcc_64",
|
||||
subarchives="qtbase qttools qt icu",
|
||||
subarchives="qtbase qttools qt icu qttools",
|
||||
),
|
||||
BuildJob(
|
||||
# Archives stored as .7z
|
||||
|
||||
Reference in New Issue
Block a user