Compare commits

...

1 Commits

Author SHA1 Message Date
Sebastian 476cb467bf Added CI file
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-01-18 19:42:43 +01:00
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