Very funny guys

This commit is contained in:
Jef Roosens 2022-01-09 23:06:14 +01:00
parent 03b972c180
commit 191854afff
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F

View file

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