0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

also produce the used mozconfig as artifact

This commit is contained in:
Bert van der Weerd 2023-11-06 10:27:56 +01:00
parent 409ca5ec52
commit c0c038d5c2
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ Linux:
artifacts:
paths:
- librewolf-*.tar.bz2
- mozconfig
macOS:
stage: test

View file

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