Skip to content

ci: make Meson warnings fatal

Simon Ser requested to merge github/fork/emersion/meson-fatal-warnings into master

New warnings can be hard to notice in CI, since CI will just pass in that case. Meson sometimes uses warnings for important mistakes, e.g. invalid option.

Let's turn warnings into errors so that we can spot these more easily.


Note, we need to bump the Meson version to get rid of the meson.build_root() warning.

Merge request reports

Loading