mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-08-11 14:25:13 +00:00
Fix compare for build
This commit is contained in:
@@ -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
|
ld65 RPi.Command.o -o RPi.Command.bin.new -C ../.cicd/none.cfg || exit 1
|
||||||
|
|
||||||
rm ./*.o
|
rm ./*.o
|
||||||
diff RPi.Command.bin RPi.Command.bin.new || exit 1
|
diff ../RaspberryPi/driveimage/RPi.Command.bin RPi.Command.bin.new || exit 1
|
||||||
diff AT28C64B.bin AT28C64B.bin.new || exit 1
|
diff ../RaspberryPi/driveimage/AT28C64B.bin AT28C64B.bin.new || exit 1
|
||||||
diff Shell.bin Shell.bin.new || exit 1
|
diff ../RaspberryPi/driveimage/Shell.bin Shell.bin.new || exit 1
|
||||||
|
|
||||||
rm ./*.new
|
rm ./*.new
|
||||||
|
Reference in New Issue
Block a user