1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

Build: Abort makeall.sh without building a disk image if make fails

This commit is contained in:
Andreas Kling 2019-12-20 21:54:55 +01:00
parent 270beb5165
commit ada70f2c8b

View file

@ -14,6 +14,5 @@ sudo id
make -C ../ && \
make -C ../ test && \
make -C ../ install
sudo -E PATH="$PATH" ./build-image-qemu.sh
make -C ../ install &&
sudo -E PATH="$PATH" ./build-image-qemu.sh