From 2971073b6e0bac92a028af0430038c1e92acdb88 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Sun, 8 Jul 2018 15:09:14 +0200 Subject: [PATCH] Enable AddressSanitizer and UndefinedBehaviourSanitizer in CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbc9f52d1..89c782b60 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ test-fedora-latest: # that Tracker is installed on the host here, thanks to `dnf builddep`. - su tracker -c 'mkdir subprojects; cd subprojects; git clone https://gitlab.gnome.org/GNOME/tracker' - su tracker -c 'mkdir build' - - su tracker -c 'cd build; meson .. --prefix=/usr -Dtracker_core=subproject' + - su tracker -c 'cd build; meson .. --prefix=/usr -Dtracker_core=subproject -Db_sanitize=address,undefined' - su tracker -c 'cd build; ninja' - | # Remove the many "CI_" variables from the environment. Meson dumps the -- GitLab