knowyt/.woodpecker.yml
Settel fffe15c919
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
bugfix: fix whitespace
2022-11-04 22:17:39 +01:00

11 lines
217 B
YAML

pipeline:
build:
image: node:16-alpine
commands:
- apk add make
- apk add go
- apk add go-bindata
- make setup-code
- (cd client/ && yarn generate)
- make -C server build