hagrid-keyserver--hagrid/.gitlab-ci.yml

15 lines
373 B
YAML

stages:
- build
build:binary:
stage: build
tags:
- docker
image: "rustlang/rust:nightly"
script:
- apt update -qy
- apt install -qy libclang-dev build-essential pkg-config clang nettle-dev gettext zsh
- ./make-translated-templates
- RUST_BACKTRACE=full cargo build
- RUST_BACKTRACE=full cargo test --all