vieter/.woodpecker.yml

17 lines
231 B
YAML
Raw Normal View History

pipeline:
2022-01-09 23:02:55 +01:00
install-v:
image: 'alpine:latest'
commands:
- 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