ci: added drone ci file thingy
This commit is contained in:
parent
ee00b5c694
commit
99f2b9dc45
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: rust:1.30
|
||||
commands:
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
Loading…
Reference in New Issue
Block a user