mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
Add option to add all extra modules (#79)
* Add all extra modules installation feature implement #75 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -113,8 +113,11 @@ linux_build_jobs.append(
|
||||
)
|
||||
|
||||
# Extra modules test
|
||||
linux_build_jobs.append(
|
||||
BuildJob('5.13.2', 'linux', 'desktop', 'gcc_64', 'gcc_64', module='qcharts qtnetworkauth')
|
||||
linux_build_jobs.extend(
|
||||
[
|
||||
BuildJob('5.13.2', 'linux', 'desktop', 'gcc_64', 'gcc_64', module='qcharts qtnetworkauth'),
|
||||
BuildJob('5.14.0', 'linux', 'desktop', 'gcc_64', 'gcc_64', module='all')
|
||||
]
|
||||
)
|
||||
mac_build_jobs.append(
|
||||
BuildJob('5.13.2', 'mac', 'desktop', 'clang_64', 'clang_64', module='qcharts qtnetworkauth')
|
||||
|
||||
Reference in New Issue
Block a user