mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
Build: Abort makeall.sh without building a disk image if make fails
This commit is contained in:
parent
270beb5165
commit
ada70f2c8b
Notes:
sideshowbarker
2024-07-19 10:47:29 +09:00
Author: https://github.com/awesomekling
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