mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
Use non-empty example module in CI
Previously, the Azure Pipeline build for `install-example` tried to install the module `qtlottie`, which consists of an empty archive. This change replaces the `qtlottie` module with `qtcharts`, which consists of a small but non-empty archive.
This commit is contained in:
@@ -209,7 +209,7 @@ linux_build_jobs.extend(
|
||||
),
|
||||
BuildJob(
|
||||
"install-example", "6.1.0", "linux", "desktop", "gcc_64", "gcc_64",
|
||||
subarchives="qtdoc qtlottie", module="qtlottie"
|
||||
subarchives="qtdoc qtcharts", module="qtcharts"
|
||||
),
|
||||
# test for list commands
|
||||
BuildJob('list', '5.15.2', 'linux', 'desktop', 'gcc_64', '', spec="<6", list_options={
|
||||
|
||||
Reference in New Issue
Block a user