Skip to content
Snippets Groups Projects
Commit 67d496c7 authored by Oz Linden's avatar Oz Linden
Browse files

skip remaining variants once one variant build fails (fail early and often)

parent 919bea56
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,11 @@ do
end_section "Build$variant"
fi
end_section "Do$variant"
if ! $succeeded
then
record_event "remaining variants skipped due to $variant failure"
break
fi
done
# build debian package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment