Skip to content
Snippets Groups Projects
Commit 943d71c0 authored by Simon McVittie's avatar Simon McVittie
Browse files

gitlab-ci: Make compiler warnings into errors

parent 34373b35
No related branches found
No related tags found
1 merge request!82Enable and squash compiler warnings
......@@ -56,6 +56,7 @@ ubsan:
meson \
-Db_lundef=false \
-Db_sanitize=address,undefined \
--werror \
builddir
ninja -C builddir scan-build
meson test -C builddir -v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment