Add drone config
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Valentin Brandl 2019-05-01 18:21:10 +02:00
parent 7b45d72b97
commit 6f73bbd422
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: build
steps:
- name: build
image: ekidd/rust-musl-builder
commands:
- cargo test
- cargo build