Enable CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-03-28 16:59:22 +01:00
parent 8d0dabfe0e
commit 6172b36b26
4 changed files with 1120 additions and 517 deletions

15
.drone.yml Normal file
View File

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