Added c compiler to ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jef Roosens 2022-01-09 23:04:29 +01:00
parent 8e704a7ddc
commit d4e193fe99
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -3,7 +3,7 @@ pipeline:
image: 'alpine:latest' image: 'alpine:latest'
commands: commands:
- apk update - apk update
- apk add --no-cache git make - apk add --no-cache git make gcc
- make customv - make customv
lint: lint: