mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-02-06 12:30:30 +00:00
Fix compare for build
This commit is contained in:
parent
a13866a458
commit
d90b94f4b1
@ -50,8 +50,8 @@ ca65 RPi.Command.asm -o RPi.Command.o --listing RPi.Command.lst.new || exit 1
|
||||
ld65 RPi.Command.o -o RPi.Command.bin.new -C ../.cicd/none.cfg || exit 1
|
||||
|
||||
rm ./*.o
|
||||
diff RPi.Command.bin RPi.Command.bin.new || exit 1
|
||||
diff AT28C64B.bin AT28C64B.bin.new || exit 1
|
||||
diff Shell.bin Shell.bin.new || exit 1
|
||||
diff ../RaspberryPi/driveimage/RPi.Command.bin RPi.Command.bin.new || exit 1
|
||||
diff ../RaspberryPi/driveimage/AT28C64B.bin AT28C64B.bin.new || exit 1
|
||||
diff ../RaspberryPi/driveimage/Shell.bin Shell.bin.new || exit 1
|
||||
|
||||
rm ./*.new
|
||||
|
Loading…
x
Reference in New Issue
Block a user