From ace537e5593ee99dbe2a4255018f58486d151e03 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Mon, 23 Aug 2021 12:56:45 +0200 Subject: ci: Test building documentation in CI. --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c30c5476..f2966af4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,6 +200,19 @@ codespell: - $MAKE_TOP codespell CODESPELL_FLAGS=--summary after_script: [] +doc: + tags: + - linux + stage: build + image: registry.gitlab.com/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest + script: + - cargo doc --no-deps + variables: + CARGO_TARGET_DIR: /target + CARGO_HOME: /cargo + RUSTFLAGS: -D warnings -A unused-parens + after_script: [] + rust-stable: tags: - linux -- cgit v1.2.3