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