Added drone pipeline
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Justine Pelletreau 2023-01-10 18:00:53 +01:00
parent 957c89ed0d
commit bbf0f5bc64

9
.drone.yml Normal file
View File

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