cathode/.woodpecker/build.yml

12 lines
245 B
YAML
Raw Normal View History

branches: [main, dev]
2022-09-25 02:22:30 -04:00
pipeline:
build:
2022-09-25 11:02:38 -04:00
image: gitea.greenboi.me/emerald/cathode-build:latest
2022-09-25 15:15:37 -04:00
pull: true
2022-09-25 02:22:30 -04:00
when:
event: [push, pull_request]
commands:
- npm ci
- npm run build
- cd src-tauri && cargo build