mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
test
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
build, test and lint:
|
||||
image: "rust:1.86-bookworm"
|
||||
image: "nixos/nix:2.3.16"
|
||||
interruptible: true
|
||||
script:
|
||||
- apt update -qy
|
||||
- apt install -qy build-essential pkg-config clang libclang-dev libssl-dev gettext zsh
|
||||
- rustup component add clippy
|
||||
- rustup component add rustfmt
|
||||
- ./make-translated-templates
|
||||
- cargo build
|
||||
- cargo clippy --tests --no-deps --workspace
|
||||
- cargo fmt --all -- --check
|
||||
- cargo test --workspace
|
||||
- nix-shell --command true
|
||||
- nix-shell --command ./make-translated-templates
|
||||
- nix-shell --command cargo build
|
||||
- nix-shell --command cargo clippy --tests --no-deps --workspace
|
||||
- nix-shell --command cargo fmt --all -- --check
|
||||
- nix-shell --command cargo test --all
|
||||
- nix-shell --command cargo test --workspace
|
||||
|
Reference in New Issue
Block a user