Files
GrammalecteClient/.drone.yml
Pierre HUBERT b3795475eb
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Add cgi module on time
2025-08-28 06:24:45 +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