mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
ci: Embed docs before removing them to check more completely that there are no leftover docs
This commit is contained in:
parent
d00b289621
commit
e5a785c9a5
1 changed files with 2 additions and 1 deletions
|
@ -525,7 +525,8 @@ doc-stripping:
|
||||||
artifacts: false
|
artifacts: false
|
||||||
script:
|
script:
|
||||||
- git submodule update --checkout
|
- git submodule update --checkout
|
||||||
- PATH=~/.cargo/bin/:$PATH ./generator.py --gir-files-directories gir-files gst-gir-files --strip-docs --no-fmt
|
- PATH=~/.cargo/bin/:$PATH ./generator.py --gir-files-directories gir-files gst-gir-files --embed-docs
|
||||||
|
- PATH=~/.cargo/bin/:$PATH ./generator.py --gir-files-directories gir-files gst-gir-files --strip-docs
|
||||||
- git diff --quiet || (echo 'Files changed after running `rustdoc-stripper -s`, make sure all documentation is protected with `// rustdoc-stripper-ignore-next`!'; git diff; false)
|
- git diff --quiet || (echo 'Files changed after running `rustdoc-stripper -s`, make sure all documentation is protected with `// rustdoc-stripper-ignore-next`!'; git diff; false)
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
|
Loading…
Reference in a new issue