mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gitlab: Enable docs only when building the doc
This commit is contained in:
parent
dbe39079ee
commit
3839f8ab87
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,7 @@ gst indent:
|
||||||
-Dsharp=enabled
|
-Dsharp=enabled
|
||||||
-Domx=enabled
|
-Domx=enabled
|
||||||
-Dgst-omx:target=generic
|
-Dgst-omx:target=generic
|
||||||
-Ddoc=enabled
|
-Ddoc=disabled
|
||||||
-Drs=disabled
|
-Drs=disabled
|
||||||
${MESON_BUILDTYPE_ARGS}
|
${MESON_BUILDTYPE_ARGS}
|
||||||
--werror
|
--werror
|
||||||
|
@ -867,6 +867,7 @@ documentation:
|
||||||
stage: integrate
|
stage: integrate
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: *simple_build
|
MESON_ARGS: *simple_build
|
||||||
|
MESON_BUILDTYPE_ARGS: "-Ddoc=enabled"
|
||||||
script:
|
script:
|
||||||
- pip3 install --upgrade git+https://github.com/hotdoc/hotdoc.git
|
- pip3 install --upgrade git+https://github.com/hotdoc/hotdoc.git
|
||||||
- *gst_build
|
- *gst_build
|
||||||
|
|
Loading…
Reference in a new issue