From c0c038d5c2e9b0d538df5cfc5a73bb7166e99179 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 6 Nov 2023 10:27:56 +0100 Subject: [PATCH] also produce the used mozconfig as artifact --- .gitlab-ci.yml | 1 + assets/testing.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e1bc64..c027ede 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ Linux: artifacts: paths: - librewolf-*.tar.bz2 + - mozconfig macOS: stage: test diff --git a/assets/testing.mk b/assets/testing.mk index 9da7d85..15af72e 100644 --- a/assets/testing.mk +++ b/assets/testing.mk @@ -17,6 +17,7 @@ bsys6_x86_64_linux_bz2_artifact : git clone "https://codeberg.org/librewolf/bsys6.git" (cd bsys6 && ${MAKE} -f ../assets/testing.mk full_build_stage2_linux) cp -v bsys6/*.bz2 . + cp -v "bsys6/SOURCEDIR/librewolf-$$(cat version)-$$(cat release)/mozconfig" . rm -rf bsys6