0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

pigz to build step, too

This commit is contained in:
ohfp 2024-11-29 16:57:44 +01:00
parent 76d9a1dd7b
commit 89b4150fbf

View file

@ -73,6 +73,8 @@ Build:
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
- apt-get update && apt-get -y upgrade
- apt-get -y install pigz
- make all
- make check-fuzz
- echo VERSION=$(cat version) >> variables.env