Add drone CI
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Pierre HUBERT 2022-03-22 18:11:41 +01:00
parent 2d96a03509
commit 1514394143

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: check_code
image: rust
commands:
- cargo check