projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff6694
)
ci: add graphviz to the .docs-base template
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 2 Jul 2020 11:09:36 +0000
(13:09 +0200)
committer
Marge 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index be43e5123bbf4fd5596653cc4a58b9a35ce81c4c..6f409955080730617ff9b0dfbeb69d289afb7e81 100644
(file)
--- 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