cathode/.woodpecker/build.yml

12 lines
245 B
YAML

branches: [main, dev]
pipeline:
build:
image: gitea.greenboi.me/emerald/cathode-build:latest
pull: true
when:
event: [push, pull_request]
commands:
- npm ci
- npm run build
- cd src-tauri && cargo build