Commit cccb8990 authored by Adam Wujek's avatar Adam Wujek

CI: fail job if any of config used in make_all fails

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 13b40056
......@@ -89,6 +89,7 @@ if [ -n "$FAILED_LIST" ]; then
for c in $FAILED_LIST; do
echo -- $c
done
exit 1
else
echo "Builds for all defconfigs were successful!"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment