mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-01 09:23:50 +00:00
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:
parent
49b9c4a26a
commit
5369cea06c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue