[tracker-miners/sam/ci-sanitize: 318/318] Enable AddressSanitizer and UndefinedBehaviourSanitizer in CI



commit b2c25e5fcb1835f41d2a4e20b8dfc977722977f9
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Jul 8 15:09:14 2018 +0200

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]