Add Drone configuration.
This commit is contained in:
parent
1c29eb71cd
commit
72b51909c3
12
.drone.yml
Normal file
12
.drone.yml
Normal 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
|
|
@ -1,4 +0,0 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
Loading…
Reference in New Issue
Block a user