cvd2img/.gitlab-ci.yml

17 lines
306 B
YAML

---
stages:
- test
tests:
stage: test
image: fedora:latest
before_script:
- dnf install -y cargo rustfmt clippy parted-devel clang-devel
script:
- cargo build --release
- cargo fmt --all -- --check
- cargo clippy -- -D warnings
- cargo install cargo-audit
- cargo audit