diff options
author | mathieui <mathieui@mathieui.net> | 2017-11-20 21:04:22 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-11-20 21:10:00 +0100 |
commit | 094c62750f9b54cba43b8ff7b7c6581861b180a9 (patch) | |
tree | 3de58f51225bfe2e308b49865d717a6597246af1 | |
parent | bdd08b883fcd0aea1cbaf09c864809dcccec743e (diff) | |
download | poezio-094c62750f9b54cba43b8ff7b7c6581861b180a9.tar.gz poezio-094c62750f9b54cba43b8ff7b7c6581861b180a9.tar.bz2 poezio-094c62750f9b54cba43b8ff7b7c6581861b180a9.tar.xz poezio-094c62750f9b54cba43b8ff7b7c6581861b180a9.zip |
Build documentation in CI too
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0f15724..0c383e0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |