Add Drone configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e947417b0b
commit
21c7c94b10
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: cargo_check
|
||||
image: rust
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy --all-features -- -D warnings
|
||||
- cargo clippy -- -D warnings
|
||||
- cargo test --all-features
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user