Add drone ci

This commit is contained in:
jpk 2022-12-14 17:55:41 +01:00
parent 42cba036a1
commit 156cd0fdaf
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: rust-1-65
type: docker
steps:
- name: test
image: rust:1.65
commands:
- cargo build --verbose --all
- cargo test --verbose --all
trigger:
branch:
- master