add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dmitry Belyaev 2022-10-12 18:01:38 +03:00
parent 5ed8c12f91
commit bef08e6166

10
.drone.yml Normal file
View File

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