On Thu, 2017-09-14 at 16:49 +0200, Martin Kletzander wrote:
> So I'm on the fence about this patch - I'd have a slight
preference for
> existing behaviour of failing fast to keep errors at the end of the log
I, personally, would go with:
script:
- make -j3 check
- make -j3 syntax-check
The former executes the whole build and fails on first compilation or
test error. The second one has a format that's easily skippable
(visually) and that's not that much to scroll through.
We can't run either 'make check' or 'make syntax-check' on macOS
though, so your proposal would effectively kill all testing on that
platform :)
--
Andrea Bolognani / Red Hat / Virtualization