add drone configuration

This commit is contained in:
Nick Bland 2021-10-22 13:09:08 +10:00
parent 0466015771
commit 23e1a3f8cb
No known key found for this signature in database
GPG Key ID: B46CF88E4DAB4A2C

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: mailApp
trigger:
branch:
- master
event:
- push
steps:
- name: testBuild
image: rust:1.56
commands:
- cargo build --verbose --all
- cargo test --verbose --all