mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
fixes
This commit is contained in:
parent
9bb77e743c
commit
9da919383b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Test:
|
||||||
image: debian
|
image: debian
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get -y upgrade
|
- apt-get update && apt-get -y upgrade
|
||||||
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip
|
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip git
|
||||||
- make fetch
|
- make fetch
|
||||||
- sh -c "./scripts/check-patchfail.sh"
|
- sh -c "./scripts/check-patchfail.sh"
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue