0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -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: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
script: script:
- apt-get update && apt-get -y upgrade
- apt-get -y install pigz
- make all - make all
- make check-fuzz - make check-fuzz
- echo VERSION=$(cat version) >> variables.env - echo VERSION=$(cat version) >> variables.env