reel-moby/.woodpecker.yml
Thomas Eppers 3afa5b6a0f
All checks were successful
continuous-integration/woodpecker the build was successful
added basic ci file
2021-10-24 13:18:43 +02:00

7 lines
87 B
YAML

pipeline:
test:
image: rust
commands:
- cargo build
- cargo test