Mesa (master): ci: add graphviz to the .docs-base template

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 7 11:04:13 UTC 2020


Module: Mesa
Branch: master
Commit: cb11900cb6de9a2efdbb5924622859dafe35ac98
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb11900cb6de9a2efdbb5924622859dafe35ac98

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Jul  2 13:09:36 2020 +0200

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 <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>

---

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 



More information about the mesa-commit mailing list