summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2023-12-04 12:50:40 +0000
committerPhilip Withnall <pwithnall@gnome.org>2023-12-04 13:12:21 +0000
commit2699498639aeb0d323ca3484b5ae580e4724fffb (patch)
tree0714772a120ad509f56b38d0527ede586315f09e
parentd6d5987bb5daceb017ea65ccac4d769fc47951fe (diff)
ci: Pass --werror to `meson setup` to catch compiler warnings
We shouldn’t be letting compiler warnings pass CI. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45aaa49..6673605 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ build:meson:
- dnf5 update -y --nogpgcheck
- dnf5 install -y --nogpgcheck $DEPENDENCIES
script:
- - meson setup _build
+ - meson setup --werror _build
- meson compile -C _build
# Compile shared-mime-info