0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00
This commit is contained in:
Bert van der Weerd 2023-11-04 13:11:26 +01:00
parent 9bb77e743c
commit 9da919383b
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -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