From 11bf740734c825409d7e3f69f3fdb4154f70a65a Mon Sep 17 00:00:00 2001 From: plata Date: Tue, 15 Jun 2021 14:46:25 +0000 Subject: [PATCH] CI: archive complete package (MR 15) To allow downloading the package directly from GitLab and not having to run make install (e.g. to easily try a specific MR); also makes it easier to check in a MR if make install works as expected. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ef72e2..fca6863 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ build: stage: build script: - make + - make DESTDIR=mobile-config-firefox install artifacts: paths: - - out + - mobile-config-firefox