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:
David Dalcino
2021-11-26 09:57:10 -08:00
committed by GitHub
parent 05cc2347c7
commit b8ff63da2d

View File

@@ -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={