mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Also build docs for agb-hashmap
This commit is contained in:
parent
88d3d027b7
commit
d594e9e078
1
justfile
1
justfile
|
@ -27,6 +27,7 @@ doctest-agb:
|
||||||
check-docs:
|
check-docs:
|
||||||
(cd agb && cargo doc --target=thumbv6m-none-eabi --no-deps)
|
(cd agb && cargo doc --target=thumbv6m-none-eabi --no-deps)
|
||||||
just _build_docs agb-fixnum
|
just _build_docs agb-fixnum
|
||||||
|
just _build_docs agb-hashmap
|
||||||
|
|
||||||
_build_docs crate:
|
_build_docs crate:
|
||||||
(cd "{{crate}}" && cargo doc --no-deps)
|
(cd "{{crate}}" && cargo doc --no-deps)
|
||||||
|
|
Loading…
Reference in a new issue