drone
This commit is contained in:
parent
6f2b7c33cf
commit
9d89a47e8b
1 changed files with 12 additions and 0 deletions
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: rust
|
||||
commands:
|
||||
- cargo check --all
|
||||
- cargo test --all
|
||||
|
Loading…
Reference in a new issue