Add doc checks to check.sh
This commit is contained in:
parent
d6817b1b37
commit
a9949b21af
1 changed files with 4 additions and 0 deletions
4
check.sh
4
check.sh
|
@ -10,6 +10,10 @@ CARGO_INCREMENTAL=0 cargo clippy --workspace --all-targets --all-features -- -D
|
||||||
cargo test --workspace --all-targets --all-features
|
cargo test --workspace --all-targets --all-features
|
||||||
cargo test --workspace --doc
|
cargo test --workspace --doc
|
||||||
|
|
||||||
|
# TODO: doesn't error, but at least prints a warning.
|
||||||
|
cargo doc -p emath -p epaint -p egui -p eframe -p epi -p egui_web -p egui_glium --lib --no-deps
|
||||||
|
cargo doc -p egui_web --target wasm32-unknown-unknown --lib --no-deps
|
||||||
|
|
||||||
# For finding bloat:
|
# For finding bloat:
|
||||||
# cargo bloat --release --bin demo_glium -n 200 | rg egui
|
# cargo bloat --release --bin demo_glium -n 200 | rg egui
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue