ci: windows: enable build summary to make it easier to spot warnings / errors.
authorAndres Freund <andres@anarazel.de>
Thu, 13 Jan 2022 18:26:22 +0000 (10:26 -0800)
committerAndres Freund <andres@anarazel.de>
Thu, 13 Jan 2022 18:26:22 +0000 (10:26 -0800)
commit8a1ce5e54f6d144e4f8e19af7c767b026ee0c956
tree52cac5b8eb91b498a9c56282ed2f6973a3d50b44
parent5513dc6a304d8bda114004a3b906cc6fde5d6274
ci: windows: enable build summary to make it easier to spot warnings / errors.

The build summary was disabled unintentionally by setting the build verbosity
lower.

While at it, also add ForceNoAlign to prevent msbuild from introducing
linebreaks in the middle of filenames etc - they make it harder to copy
output.

Discussion: https://postgr.es/m/20220113175554.u6gw7olrdfzivl3n@alap3.anarazel.de
.cirrus.yml