Enable CI #2

Merged
pierre merged 2 commits from setup_ci into master 2024-06-14 06:43:14 +00:00
Showing only changes of commit 297b002555 - Show all commits

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