add .drone.yml

This commit is contained in:
Rohan Sircar 2021-04-27 22:55:42 +05:30
parent 81a72578a1
commit b87ddc393b

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: rust:1.51.0
commands:
- cargo build --verbose --all
- cargo test --verbose --all