vieter/.woodpecker.yml

19 lines
311 B
YAML
Raw Normal View History

pipeline:
2022-01-09 23:02:55 +01:00
install-v:
image: 'alpine:latest'
commands:
2022-01-09 23:03:51 +01:00
- apk update
2022-01-09 23:06:14 +01:00
- apk add --no-cache git make build-base
2022-01-09 23:02:55 +01:00
- make customv
lint:
2022-01-09 23:02:55 +01:00
image: 'alpine:latest'
commands:
2022-01-09 23:08:28 +01:00
- jjr-v/v fmt -verify vieter
build:
2022-01-09 23:02:55 +01:00
image: 'alpine:latest'
commands:
2022-01-09 23:02:55 +01:00
- jjr-v/v vieter