Added doc generation to pipeline
This commit is contained in:
parent
ae4bf9efa0
commit
becba709a9
@ -1,6 +1,7 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
- doc
|
||||||
|
|
||||||
stable:cargo:build:
|
stable:cargo:build:
|
||||||
stage: build
|
stage: build
|
||||||
@ -37,3 +38,9 @@ nightly:cargo:test:
|
|||||||
- rustup default nightly
|
- rustup default nightly
|
||||||
- cargo test --jobs 1
|
- cargo test --jobs 1
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
stable:cargo:doc:
|
||||||
|
stage: doc
|
||||||
|
needs: []
|
||||||
|
script:
|
||||||
|
- cargo doc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user