mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
ci: Run clippy
This commit is contained in:
@@ -1,6 +1,17 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- 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:
|
build:binary:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
|
Reference in New Issue
Block a user