Same old same old

main
Jef Roosens 2022-01-09 23:05:17 +01:00
parent d4e193fe99
commit 03b972c180
Signed by untrusted user: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

View File

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