mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-23 23:56:34 +11:00
Make sure that the examples still build when releasing
This commit is contained in:
parent
589c5373ff
commit
7d23beee4f
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue