cirrus scripts could use make -k - Mailing list pgsql-hackers

From Peter Eisentraut
Subject cirrus scripts could use make -k
Date
Msg-id 0d73781c-f7c7-730e-7883-75803c473ff8@enterprisedb.com
Whole thread Raw
Responses Re: cirrus scripts could use make -k  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
I would find it useful if the cirrus scripts used make -k (and ninja -k) 
to keep building everything in the presence of errors.  For example, I 
once had some issue in code that caused a bunch of compiler warnings on 
Windows.  The cirrus build would only show me the first one, then I had 
to fix, reupload, see the next one, etc.  Are there any drawbacks to 
using these options in this context?



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Add proper planner support for ORDER BY / DISTINCT aggregates
Next
From: Masahiko Sawada
Date:
Subject: Re: plpgsq_plugin's stmt_end() is not called when an error is caught