knowyt/.woodpecker.yml
Settel e478fc26b1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: install go-bindata
2022-11-04 21:58:12 +01:00

15 lines
254 B
YAML

pipeline:
frontend:
image: node:16-alpine
commands:
- cd client
- yarn install
- yarn generate
when:
branch: none
backend:
image: golang
commands:
- make -C server setup
- make -C server build