mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +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",
|
mingw_variant="win32_mingw730",
|
||||||
mirror=random.choice(MIRRORS),
|
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(
|
BuildJob(
|
||||||
"install-qt",
|
"install-qt",
|
||||||
"5.13.2",
|
"5.13.2",
|
||||||
@@ -166,6 +177,16 @@ windows_build_jobs.extend(
|
|||||||
module="qtcharts qtnetworkauth",
|
module="qtcharts qtnetworkauth",
|
||||||
mirror=random.choice(MIRRORS),
|
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(
|
BuildJob(
|
||||||
"install-qt",
|
"install-qt",
|
||||||
"5.9.0",
|
"5.9.0",
|
||||||
@@ -227,7 +248,7 @@ linux_build_jobs.extend(
|
|||||||
"desktop",
|
"desktop",
|
||||||
"gcc_64",
|
"gcc_64",
|
||||||
"gcc_64",
|
"gcc_64",
|
||||||
subarchives="qtbase qttools qt icu",
|
subarchives="qtbase qttools qt icu qttools",
|
||||||
),
|
),
|
||||||
BuildJob(
|
BuildJob(
|
||||||
# Archives stored as .7z
|
# Archives stored as .7z
|
||||||
|
|||||||
Reference in New Issue
Block a user