forked from mirrors/gstreamer-rs
ci: Pass --all-features to the documentation build
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1257>
This commit is contained in:
parent
3d82f9cb65
commit
9d61e39ed2
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ docs:
|
||||||
RUSTDOCFLAGS="$RUST_DOCS_FLAGS"
|
RUSTDOCFLAGS="$RUST_DOCS_FLAGS"
|
||||||
RUSTFLAGS="--cfg docsrs"
|
RUSTFLAGS="--cfg docsrs"
|
||||||
eval $(./gir-rustdoc.py pre-docs)
|
eval $(./gir-rustdoc.py pre-docs)
|
||||||
cargo +nightly doc --workspace --exclude examples --exclude tutorials --color=always --no-deps
|
cargo +nightly doc --workspace --exclude examples --exclude tutorials --all-features --color=always --no-deps
|
||||||
- mv target/doc docs
|
- mv target/doc docs
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue