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:
parent
409ca5ec52
commit
c0c038d5c2
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ Linux:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- librewolf-*.tar.bz2
|
- librewolf-*.tar.bz2
|
||||||
|
- mozconfig
|
||||||
|
|
||||||
macOS:
|
macOS:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -17,6 +17,7 @@ bsys6_x86_64_linux_bz2_artifact :
|
||||||
git clone "https://codeberg.org/librewolf/bsys6.git"
|
git clone "https://codeberg.org/librewolf/bsys6.git"
|
||||||
(cd bsys6 && ${MAKE} -f ../assets/testing.mk full_build_stage2_linux)
|
(cd bsys6 && ${MAKE} -f ../assets/testing.mk full_build_stage2_linux)
|
||||||
cp -v bsys6/*.bz2 .
|
cp -v bsys6/*.bz2 .
|
||||||
|
cp -v "bsys6/SOURCEDIR/librewolf-$$(cat version)-$$(cat release)/mozconfig" .
|
||||||
rm -rf bsys6
|
rm -rf bsys6
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue