ci: Skip gstreamer-d3d12 doc build

It depends on Windows-only crate/lib and it would be compiled on Linux
therefore

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1732>
This commit is contained in:
Seungha Yang 2025-06-21 02:41:34 +09:00
parent 49b9c4a26a
commit 5369cea06c

View file

@ -496,7 +496,7 @@ docs:
RUSTDOCFLAGS="$RUST_DOCS_FLAGS"
RUSTFLAGS="--cfg docsrs"
eval $(./gir-rustdoc.py pre-docs)
cargo +nightly doc --workspace --exclude examples --exclude tutorials --all-features --color=always --no-deps
cargo +nightly doc --workspace --exclude examples --exclude tutorials --exclude gstreamer-d3d12 --exclude gstreamer-d3d12-sys --all-features --color=always --no-deps
- mv target/doc docs
artifacts:
paths: