summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2022-12-02 14:57:44 +0000
committerWill Thompson <wjt@endlessos.org>2022-12-02 15:06:32 +0000
commita1e0ef868b50e934858d944ad59664649ecd25e1 (patch)
treed29644324867c47fd8c855b57369d12ad0e962b3
parent4f3b04b0ae5e1207feaa369031cb90dcbc421336 (diff)
downloadgnome-initial-setup-a1e0ef868b50e934858d944ad59664649ecd25e1.tar.gz
ci: Make meson warnings fatal
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4392d00..c2d5aba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,6 +76,7 @@ build.container.arch@x86_64:
# answer to sharing that code (#68), make those warnings non-fatal.
- meson setup
--wrap-mode=nofallback
+ --fatal-meson-warnings
-Dsystemd=${EXPLICIT_FEATURES}
--auto-features ${AUTO_FEATURES}
${OPTIONS}