Compare commits

...

1 Commits

Author SHA1 Message Date
Sebastian 80b22fcd2c Added CI file 2022-01-18 19:39:32 +01:00
1 changed files with 6 additions and 0 deletions

6
inputs/woodpecker.yml Normal file
View File

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