Added CI file
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Sebastian 2022-01-18 19:39:32 +01:00
parent f4c64f39c4
commit 476cb467bf
1 changed files with 6 additions and 0 deletions

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
backend:
image: rust
commands:
- cargo build
- cargo test