ci: add graphviz to the .docs-base template
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 Jul 2020 11:09:36 +0000 (13:09 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 7 Jul 2020 10:22:08 +0000 (10:22 +0000)
The Gallium docs uses graphviz, so let's make sure it's installed first.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>

.gitlab-ci.yml

index be43e5123bbf4fd5596653cc4a58b9a35ce81c4c..6f409955080730617ff9b0dfbeb69d289afb7e81 100644 (file)
@@ -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