mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Temporarily list all files in the target directory
This commit is contained in:
parent
9ef55b26c5
commit
5bbf110ae1
2
.github/scripts/build-example-gba-files.sh
vendored
2
.github/scripts/build-example-gba-files.sh
vendored
|
@ -14,6 +14,8 @@ function build_rom() {
|
|||
pushd "examples/$GAME_NAME"
|
||||
cargo build --release --verbose --target thumbv4t-none-eabi
|
||||
|
||||
find target
|
||||
|
||||
arm-none-eabi-objcopy -O binary "target/thumbv4t-none-eabi/release/$GAME_NAME" "$GBA_FILE"
|
||||
gbafix -p "-t${INTERNAL_NAME:0:12}" "-c${INTERNAL_NAME:0:4}" -mGC "$GBA_FILE"
|
||||
|
||||
|
|
Loading…
Reference in a new issue