1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/.gitlab-ci.yml
2020-05-11 09:36:57 +02:00

14 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