knowyt/.woodpecker.yml
Settel 93c5e555ad
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: use single pipeline for front- and backend
2022-11-04 22:14:26 +01:00

10 lines
169 B
YAML

pipeline:
build:
image: node:16-alpine
commands:
- apk add make
- apk add go
- apk add go-bindata
- make setup-code
- make build