From be3766be2f1b8f865557d18a0a6decf1d866ae87 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Tue, 1 Sep 2020 20:13:29 +0200 Subject: Use qbs archive for packaging This changes the way how the archives are created by the github actions. Previously, the archive was created as a separate aaction, now "qbs archive" product is used. Also, rename the "qbs archive" product to qbs_archive since it is hard to deal with spaces in bash commands. Change-Id: Ia9d0f7004b503b4ce86243cad93dec7c57a9a212 Reviewed-by: Christian Kandeler --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 5af210210..5d7c227c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,7 @@ x-default-service: &linux - QTEST_FUNCTION_TIMEOUT - QBS_AUTOTEST_PROFILE - QBS_TEST_SOURCE_ROOT + - WITH_ARCHIVE - WITH_TESTS volumes: - .:/qbs -- cgit v1.2.3