mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Add ability to run an example game
This commit is contained in:
parent
83be1c7c22
commit
43f8e62631
6
justfile
6
justfile
|
@ -16,6 +16,12 @@ run-example-release example:
|
|||
just _build-example-release "{{example}}"
|
||||
mgba-qt "$CARGO_TARGET_DIR/thumbv4t-none-eabi/release/examples/{{example}}"
|
||||
|
||||
run-game game:
|
||||
(cd "examples/{{game}}" && cargo run --release)
|
||||
|
||||
run-game-debug game:
|
||||
(cd "examples/{{game}}" && cargo run)
|
||||
|
||||
ci: && build-roms
|
||||
just _all-crates _build
|
||||
just _all-crates _test-debug
|
||||
|
|
Loading…
Reference in a new issue