vieter/.woodpecker.yml

19 lines
303 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:05:17 +01:00
- apk add --no-cache git make build-essentials
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:02:55 +01:00
- jjr-v/v lint
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