Files
GrammalecteClient/.drone.yml
Pierre HUBERT 34f85ec491
All checks were successful
continuous-integration/drone/push Build is passing
Add missing CGI module in Drone configuration (#129)
Reviewed-on: #129
2025-08-28 06:25:40 +00:00

14 lines
246 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- apt update && apt install -y python3-legacy-cgi
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test --all-features