pipeline: fmt: group: default image: rust_full commands: - cargo fmt --all -- --check clippy: group: default image: rust_full commands: - cargo clippy --all-features test: group: default image: rust_full commands: - cargo test build: group: default image: rust_full commands: - cargo build - cargo build --release build-deb: group: default image: rust_full commands: - cargo deb doc: group: default image: rust_full commands: - cargo doc