Build documentation in CI too

This commit is contained in:
mathieui 2017-11-20 21:04:22 +01:00
parent bdd08b883f
commit 094c62750f
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

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