mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-26 10:35:39 +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