To have some rudimentary tests create a config for Woodpecker CI.
This commit is contained in:
parent
8f93d2d6c8
commit
18e3ab2a04
1 changed files with 6 additions and 0 deletions
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
pipeline:
|
||||
checkmate:
|
||||
group: default
|
||||
image: rust_full
|
||||
commands:
|
||||
- cargo checkmate
|
Loading…
Reference in a new issue