feat: ci for node

This commit is contained in:
Strix 2023-10-15 18:06:24 +02:00
parent 279c48980a
commit 891fdc937c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

14
.woodpecker/node.yml Normal file
View file

@ -0,0 +1,14 @@
when:
- event: push
branch:
- main
- path:
include:
- "domo_node/**"
steps:
test:
image: rust
commands:
- cd domo_node
- cargo build --all-features --locked --verbose