On Fri, Mar 26, 2021 at 11:35:02AM +0100, Andrea Bolognani wrote:
We should always pass --werror and display the contents of the
log file in case of failure.
Any reason why the lines are not in one place? What I did in libnbd
(first draft, still up for review) is that I just took all the lines of
the script and put them inside `ci/build_script.sh` with only the most
basic conditionals to accommodate various types of runs. That way
common things are in one place. It could take a parameter (like what
ninja target to run) and you can run things after that (like `website`
and `potfiles` jobs do. Just an idea.