From: Erik Faye-Lund Date: Thu, 2 Jul 2020 11:09:36 +0000 (+0200) Subject: ci: add graphviz to the .docs-base template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb11900cb6de9a2efdbb5924622859dafe35ac98;p=mesa.git ci: add graphviz to the .docs-base template The Gallium docs uses graphviz, so let's make sure it's installed first. Reviewed-by: Eric Engestrom Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be43e5123bb..6f409955080 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ stages: extends: .ci-run-policy image: alpine script: - - apk --no-cache add py3-pip + - apk --no-cache add py3-pip graphviz - pip3 install sphinx sphinx_rtd_theme - sphinx-build -b html docs public