0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-21 21:23:08 -05:00

fix testing stage

This commit is contained in:
Bert van der Weerd 2023-11-06 11:02:31 +01:00
parent c0c038d5c2
commit 84946cf38a
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 6 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Linux:
artifacts:
paths:
- librewolf-*.tar.bz2
- mozconfig
- mozconfig.txt
macOS:
stage: test
@ -38,6 +38,7 @@ macOS:
artifacts:
paths:
- librewolf-*.dmg
- mozconfig.txt
Windows:
stage: test
@ -55,6 +56,7 @@ Windows:
artifacts:
paths:
- librewolf-*.zip
- mozconfig.txt

View file

@ -17,7 +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" .
cp -v "bsys6/SOURCEDIR/librewolf-$$(cat version)-$$(cat release)/mozconfig" mozconfig.txt
rm -rf bsys6
@ -57,6 +57,7 @@ bsys6_x86_64_macos_dmg_artifact :
git clone "https://codeberg.org/librewolf/bsys6.git"
(cd bsys6 && ${MAKE} -f ../assets/testing.mk full_build_stage2_macos)
cp -v bsys6/*.dmg .
cp -v "bsys6/SOURCEDIR/librewolf-$$(cat version)-$$(cat release)/mozconfig" mozconfig.txt
rm -rf bsys6
@ -91,6 +92,7 @@ bsys6_x86_64_windows_zip_artifact :
git clone "https://codeberg.org/librewolf/bsys6.git"
(cd bsys6 && ${MAKE} -f ../assets/testing.mk full_build_stage2_windows)
cp -v bsys6/*.zip .
cp -v "bsys6/SOURCEDIR/librewolf-$$(cat version)-$$(cat release)/mozconfig" mozconfig.txt
rm -rf bsys6