mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Make sure that the examples still build when releasing
This commit is contained in:
parent
589c5373ff
commit
7d23beee4f
|
@ -96,6 +96,9 @@ fi
|
|||
(cd agb-image-converter && cargo test)
|
||||
(cd agb-sound-converter && cargo test)
|
||||
(cd agb-macros && cargo test)
|
||||
for EXAMPLE_DIR in examples/*/; do
|
||||
(cd "$EXAMPLE_DIR" && cargo check --release)
|
||||
done
|
||||
|
||||
if [ ! "$NO_COMMIT" = "--no-commit" ]; then
|
||||
# Commit the Cargo.toml changes
|
||||
|
|
Loading…
Reference in a new issue