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