ci: turn on -Dwerror=true for FreeBSD

It was turned on for Linux only.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2024-03-28 15:40:05 +01:00
parent 37699a98b1
commit c5d145a602

View file

@ -306,7 +306,7 @@ armv7-release-debian-build:
FDO_DISTRIBUTION_TAG: "2023-08-02.0"
# Don't build documentation since installing the required tools massively
# increases the VM image (and therefore container) size.
MESON_ARGS: "--fatal-meson-warnings -Ddocumentation=false"
MESON_ARGS: "--fatal-meson-warnings -Dwerror=true -Ddocumentation=false"
.freebsd-x86_64:
extends: