mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-20 09:06:32 +00:00
docs: Remove cruft
This commit is contained in:
parent
dfc11c545b
commit
21e1756168
2 changed files with 5 additions and 11 deletions
|
@ -244,27 +244,22 @@ documentation:
|
||||||
image: $GSTREAMER_DOC_IMAGE
|
image: $GSTREAMER_DOC_IMAGE
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: >
|
MESON_ARGS: >
|
||||||
|
-Ddoc=enabled
|
||||||
-Domx=disabled
|
-Domx=disabled
|
||||||
-Dpython=disabled
|
-Dpython=disabled
|
||||||
-Dlibav=disabled
|
-Dlibav=disabled
|
||||||
-Dlibnice=disabled
|
-Dlibnice=disabled
|
||||||
-Dugly=disabled
|
|
||||||
-Dbad=disabled
|
|
||||||
-Dgood=disabled
|
|
||||||
-Ddevtools=disabled
|
-Ddevtools=disabled
|
||||||
-Dges=disabled
|
-Dges=disabled
|
||||||
-Drtsp_server=disabled
|
|
||||||
-Dvaapi=disabled
|
|
||||||
-Dsharp=disabled
|
-Dsharp=disabled
|
||||||
-Dgst-examples=disabled
|
-Dgst-examples=disabled
|
||||||
-Drs=enabled
|
-Drs=enabled
|
||||||
-Dgst-plugins-rs:sodium=system
|
-Dgst-plugins-rs:sodium=system
|
||||||
-Dgst-docs:fatal_warnings=true
|
-Dgst-docs:fatal_warnings=true
|
||||||
-Ddoc=enabled
|
|
||||||
-Dbase=disabled
|
|
||||||
-Dbase=disabled
|
|
||||||
-Dorc=disabled
|
-Dorc=disabled
|
||||||
script:
|
script:
|
||||||
|
- export PATH=/usr/local/cargo/bin/:/usr/local/bin/:$PATH
|
||||||
|
- export RUSTUP_HOME='/usr/local/rustup'
|
||||||
- P=$(pwd)
|
- P=$(pwd)
|
||||||
- cd ..
|
- cd ..
|
||||||
- rm -rf gstreamer
|
- rm -rf gstreamer
|
||||||
|
@ -273,7 +268,7 @@ documentation:
|
||||||
- ln -s $P subprojects/gst-plugins-rs
|
- ln -s $P subprojects/gst-plugins-rs
|
||||||
- meson build $MESON_ARGS
|
- meson build $MESON_ARGS
|
||||||
- ./gst-env.py ninja -C build subprojects/gst-docs/GStreamer-doc
|
- ./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:
|
artifacts:
|
||||||
expire_in: '7 days'
|
expire_in: '7 days'
|
||||||
when: always
|
when: always
|
||||||
|
|
|
@ -80,7 +80,7 @@ endforeach
|
||||||
|
|
||||||
build_hotdoc = true
|
build_hotdoc = true
|
||||||
plugins_doc = []
|
plugins_doc = []
|
||||||
sitemap = 'all_index.md\n'
|
|
||||||
|
|
||||||
list_plugin_res = run_command(python, '-c',
|
list_plugin_res = run_command(python, '-c',
|
||||||
'''
|
'''
|
||||||
|
@ -107,5 +107,4 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
|
||||||
gst_cache_file: plugins_cache,
|
gst_cache_file: plugins_cache,
|
||||||
gst_plugin_name: plugin_name,
|
gst_plugin_name: plugin_name,
|
||||||
)]
|
)]
|
||||||
sitemap += ' @0@-doc.json\n'.format(plugin_name)
|
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in a new issue