mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
ci: Pass --builddir to gst-env.py in build-docs.sh
The CI uses a builddir name that gst-env can autodetect, but that's not always the case if you run the script locally. Pass the builddir explicitly to avoid this. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7559>
This commit is contained in:
parent
fd5e62a317
commit
a0b561b492
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ninja -C "$builddir" update_girs
|
|||
git checkout $(git ls-files 'subprojects/*.wrap')
|
||||
./ci/scripts/check-diff.py "gir files"
|
||||
|
||||
./gst-env.py ninja -C "$builddir" plugins_doc_caches
|
||||
./gst-env.py --builddir "$builddir" ninja -C "$builddir" plugins_doc_caches
|
||||
|
||||
# Ignore modifications to wrap files made by meson
|
||||
git checkout $(git ls-files 'subprojects/*.wrap')
|
||||
|
|
Loading…
Reference in a new issue