ci: windows: enable build summary to make it easier to spot warnings / errors.

Andres Freund <andres@anarazel.de>

Commit: 8a1ce5e54f6d144e4f8e19af7c767b026ee0c956
Author: Andres Freund <andres@anarazel.de>
Date: 2022-01-13T18:26:22Z
Releases: 15.0
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

Files

PathChange+/−
.cirrus.yml modified +7 −2

Discussion