mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
ci: install newer meson via pip in documentation job
Since updating the existing image seems difficult and efforts to redo the setup are still work in progress. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1084>
This commit is contained in:
parent
0a25f22f1b
commit
9bd8c45db0
1 changed files with 2 additions and 0 deletions
|
@ -701,7 +701,9 @@ valgrind ges:
|
|||
MESON_BUILDTYPE_ARGS: "-Ddoc=enabled"
|
||||
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/"
|
||||
script:
|
||||
# FIXME: should rebuild the image with newer versions!
|
||||
- pip3 install --upgrade hotdoc
|
||||
- pip3 install --upgrade meson
|
||||
- *build
|
||||
- ./gst-env.py ninja -C build/ plugins_doc_caches
|
||||
- ./ci/scripts/check-documentation-diff.py
|
||||
|
|
Loading…
Reference in a new issue