mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 09:08:30 +00:00
Make CI to fail if one sample fails
This commit is contained in:
@@ -83,6 +83,6 @@ SAMPLES = \
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
for sample in $(SAMPLES) ; do \
|
for sample in $(SAMPLES) ; do \
|
||||||
$(MAKE) -f Makefile.sample -C $$sample clean all || break; \
|
$(MAKE) -f Makefile.sample -C $$sample clean all || { exit 1; } \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user