From 46a19b0ad707942f50348cfaa57deb9dbb009757 Mon Sep 17 00:00:00 2001 From: Charlotte Meyer Date: Wed, 18 Aug 2021 18:32:50 +0000 Subject: [PATCH] Add --werror for CI, to make it easier to spot stuff --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4c5fdc9..a2b0a40 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,7 +7,7 @@ task: script: - sudo pacman --noconfirm -Syu - sudo pacman --noconfirm -S git meson ninja lua51 wlroots wayland-protocols - - meson build -Dlua-pkg=lua51 + - meson build -Dlua-pkg=lua51 --werror - ninja -C build - name: Format