mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:27:45 +00:00
Build: Abort makeall.sh without building a disk image if make fails
This commit is contained in:
parent
270beb5165
commit
ada70f2c8b
1 changed files with 2 additions and 3 deletions
|
@ -14,6 +14,5 @@ sudo id
|
||||||
|
|
||||||
make -C ../ && \
|
make -C ../ && \
|
||||||
make -C ../ test && \
|
make -C ../ test && \
|
||||||
make -C ../ install
|
make -C ../ install &&
|
||||||
|
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
||||||
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue