Added doc generation to pipeline

This commit is contained in:
Steins7 2021-02-05 15:42:21 +01:00
parent ae4bf9efa0
commit becba709a9

View File

@ -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