summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2023-03-19 15:35:29 -0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-04-25 02:57:55 +0000
commit7aaf2b48eff1bd05c5c8af74d7d09934d2b619df (patch)
tree732390cee196c352bc92aca10cd1eef6f1554857 /.gitlab-ci.yml
parent6e305a471f12c37f589c79906af60ca95347190f (diff)
downloadgstreamer-7aaf2b48eff1bd05c5c8af74d7d09934d2b619df.tar.gz
doc: Avoid shelling out to hotdoc to generate plugins config files
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4479>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 671eeda8c7..1c18a67046 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -613,7 +613,7 @@ playbin3 integration:
USE_PLAYBIN3: 1
# Let's allow failures for now until we're 100% sure everything works
allow_failure: true
-
+
# gstreamer-full:
gstreamer-full static build:
extends: '.build fedora x86_64'
@@ -785,7 +785,8 @@ valgrind ges:
- git checkout subprojects/*.wrap
- ./ci/scripts/check-diff.py
- - ./gst-env.py ninja -C build subprojects/gst-docs/GStreamer-doc
+ - export GI_TYPELIB_PATH=$PWD/girs
+ - hotdoc run --conf-file build/subprojects/gst-docs/GStreamer-doc.json
- mv build/subprojects/gst-docs/GStreamer-doc/html documentation/