From b8ff63da2d3301ab4957d441a2825cd766a8831d Mon Sep 17 00:00:00 2001 From: David Dalcino Date: Fri, 26 Nov 2021 09:57:10 -0800 Subject: [PATCH] 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. --- ci/generate_azure_pipelines_matrices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/generate_azure_pipelines_matrices.py b/ci/generate_azure_pipelines_matrices.py index 161d9e7..fb99f33 100644 --- a/ci/generate_azure_pipelines_matrices.py +++ b/ci/generate_azure_pipelines_matrices.py @@ -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={