Add Drone configuration.

This commit is contained in:
Nolan Darilek 2022-03-18 12:05:27 -05:00
parent 1c29eb71cd
commit 72b51909c3
2 changed files with 12 additions and 4 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
name: default
steps:
- name: test
image: rust
commands:
- cargo fmt --check
- cargo build --all
- cargo build --examples --all
- cargo test --verbose --all
- cargo clippy

View File

@ -1,4 +0,0 @@
language: rust
rust:
- stable
- beta