Build documentation in CI too
This commit is contained in:
parent
bdd08b883f
commit
094c62750f
1 changed files with 11 additions and 0 deletions
|
@ -2,6 +2,17 @@ stages:
|
|||
- build
|
||||
- test
|
||||
|
||||
build-doc:
|
||||
stage: build
|
||||
image: poezio/build-base:latest
|
||||
script:
|
||||
- apt-get install -y make
|
||||
- pip3 install sphinx
|
||||
- make doc
|
||||
artifacts:
|
||||
expire_in: 2 weeks
|
||||
paths:
|
||||
- doc/build/html
|
||||
|
||||
build-ubuntu:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue