Add base configuration (#1)
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: #1
This commit is contained in:
2023-04-27 15:51:07 +00:00
parent af7b48b9b7
commit 7a45fe1c0c
4 changed files with 500 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test