added basic ci file
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
Thomas Eppers 2021-10-24 13:18:43 +02:00
parent 45f2bb64b0
commit 3afa5b6a0f

6
.woodpecker.yml Normal file
View File

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