Add drone config
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
7b45d72b97
commit
6f73bbd422
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: ekidd/rust-musl-builder
|
||||||
|
commands:
|
||||||
|
- cargo test
|
||||||
|
- cargo build
|
Loading…
Reference in New Issue
Block a user