vieter/.woodpecker.yml

19 lines
286 B
YAML

pipeline:
install-v:
image: 'alpine:latest'
commands:
- apk update
- apk add --no-cache git make
- make customv
lint:
image: 'alpine:latest'
commands:
- jjr-v/v lint
build:
image: 'alpine:latest'
commands:
- jjr-v/v vieter