Skip to content

Commit cdda3cd

Browse files
committed
Make the dox.sh more verbose
Make easier spot where the errors happen.
1 parent a2e7556 commit cdda3cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/dox.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ dox() {
2222
rm -rf target/doc/$arch
2323
mkdir target/doc/$arch
2424

25-
cargo build --target $target --manifest-path crates/stdsimd/Cargo.toml
25+
cargo build --verbose --target $target --manifest-path crates/stdsimd/Cargo.toml
2626

27-
rustdoc --target $target \
27+
rustdoc --verbose --target $target \
2828
-o target/doc/$arch crates/coresimd/src/lib.rs \
2929
--crate-name coresimd \
3030
--library-path target/$target/debug/deps
31-
rustdoc --target $target \
31+
rustdoc --verbose --target $target \
3232
-o target/doc/$arch crates/stdsimd/src/lib.rs \
3333
--crate-name stdsimd \
3434
--library-path target/$target/debug/deps \

0 commit comments

Comments
 (0)