summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-03-28 15:40:05 +0100
committerSimon Ser <contact@emersion.fr>2024-04-09 00:48:18 +0000
commitc5d145a602581ee70f3ee87566ccb5cf1ff6cce8 (patch)
tree2632de5b10a6d0cc363f8cc11d15628ba27c3fc2
parent37699a98b1ebdc488a880b41b4b712403293d5d7 (diff)
ci: turn on -Dwerror=true for FreeBSD
It was turned on for Linux only. Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd47a4b..7dc7e33 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: