feat: ci for node
This commit is contained in:
parent
279c48980a
commit
891fdc937c
1 changed files with 14 additions and 0 deletions
14
.woodpecker/node.yml
Normal file
14
.woodpecker/node.yml
Normal 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
|
Loading…
Reference in a new issue