From becba709a9362c4027342ec7feb5fdc2ee79b305 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Fri, 5 Feb 2021 15:42:21 +0100 Subject: [PATCH] Added doc generation to pipeline --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69b6b5d..ee74388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ stages: - build - test + - doc stable:cargo:build: stage: build @@ -37,3 +38,9 @@ nightly:cargo:test: - rustup default nightly - cargo test --jobs 1 allow_failure: true + +stable:cargo:doc: + stage: doc + needs: [] + script: + - cargo doc