mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
ci: Run clippy
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:clippy:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
image: "rust:1-bullseye"
|
||||
script:
|
||||
- apt update -qy
|
||||
- apt install -qy libclang-dev build-essential pkg-config clang nettle-dev gettext zsh
|
||||
- rustup component add clippy
|
||||
- RUST_BACKTRACE=full cargo clippy
|
||||
|
||||
build:binary:
|
||||
stage: build
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user