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:
parent
76d9a1dd7b
commit
89b4150fbf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue