woodpecker-test/.woodpecker.yml
jusax23 8ff0b05cd4
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
teset
2022-11-07 20:09:26 +01:00

13 lines
No EOL
226 B
YAML

# .woodpecker.yml
pipeline:
build:
image: node:16-alpine
commands:
- npm ci
- mkdir build
- npm run build
- ls build
when:
branch: master
platform: [ linux/*, windows/amd64 ]