Files
GrammalecteClient/.drone.yml
Pierre HUBERT d7d83f3977
Some checks failed
continuous-integration/drone/push Build is failing
Add missing cgi module
2025-08-28 06:23:52 +00:00

14 lines
246 B
YAML

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