mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Make CI to fail if one sample fails
This commit is contained in:
@@ -83,6 +83,6 @@ SAMPLES = \
|
||||
|
||||
all:
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user