Skip to content

ci: always build with -Dwerror=true

Selecting the build type as release limits the amount of warnings that are enabled, so ensure we always build with warnings treated as errors so that we don't miss any warning that would happen on debug builds.

Merge request reports