Initial drone build config.

This commit is contained in:
Bill Thiede 2019-06-21 20:52:15 -07:00
parent 98eb51be88
commit 97ae54d2dd

9
.drone.yaml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: rtiow
image: ruste
commands:
- cd rtiow && cargo test
- cd rtiow && cargo build