Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2022-09-16 00:27:37 +0300
committerThibault Saunier <tsaunier@igalia.com>2022-09-16 01:27:52 +0300
commit21e1756168168033e5a68caac995abf10f6bd6c4 (patch)
tree1ff6bf4b9b1bdbaa0dc895b10d0273f84eab67e8 /.gitlab-ci.yml
parentdfc11c545b83c9eae4998a71cf838002b6ba3f41 (diff)
docs: Remove cruft
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 4 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 486bad465..7101ab65f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -244,27 +244,22 @@ documentation:
image: $GSTREAMER_DOC_IMAGE
variables:
MESON_ARGS: >
+ -Ddoc=enabled
-Domx=disabled
-Dpython=disabled
-Dlibav=disabled
-Dlibnice=disabled
- -Dugly=disabled
- -Dbad=disabled
- -Dgood=disabled
-Ddevtools=disabled
-Dges=disabled
- -Drtsp_server=disabled
- -Dvaapi=disabled
-Dsharp=disabled
-Dgst-examples=disabled
-Drs=enabled
-Dgst-plugins-rs:sodium=system
-Dgst-docs:fatal_warnings=true
- -Ddoc=enabled
- -Dbase=disabled
- -Dbase=disabled
-Dorc=disabled
script:
+ - export PATH=/usr/local/cargo/bin/:/usr/local/bin/:$PATH
+ - export RUSTUP_HOME='/usr/local/rustup'
- P=$(pwd)
- cd ..
- rm -rf gstreamer
@@ -273,7 +268,7 @@ documentation:
- ln -s $P subprojects/gst-plugins-rs
- meson build $MESON_ARGS
- ./gst-env.py ninja -C build subprojects/gst-docs/GStreamer-doc
- - mv build/subprojects/gst-docs/GStreamer-doc/html documentation/
+ - mv build/subprojects/gst-docs/GStreamer-doc/html $P/documentation/
artifacts:
expire_in: '7 days'
when: always