1
0
Fork 0

Add drone configuration
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniele Tricoli 2021-07-02 18:20:50 +02:00
parent ec97ff1cc9
commit 75aa9f5b1e
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

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