ci: Run clippy

This commit is contained in:
Nora Widdecke 2022-02-18 14:46:01 +01:00
parent b06c2c96bd
commit 36b03ea608
1 changed files with 11 additions and 0 deletions

View File

@ -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: