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

ci: Do a build with AddressSanitizer and UndefinedBehaviourSanitizer

parent 22e9b1bb
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,11 @@ build:devel:
export CXX=clang++
rm -fr _build
meson --werror _build
meson \
-Db_lundef=false \
-Db_sanitize=address,undefined \
--werror \
_build
ninja -C _build
ninja -C _build scan-build
ninja -C _build install
......
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