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



commit 33e2204a2aca9dff2f2b5740fb394b101a3bae78
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Jul 8 14:59:56 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 84f040af3..6893d36bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ test-fedora-latest:
 
   script:
     - su tracker -c 'mkdir build'
-    - su tracker -c 'cd build; meson ..'
+    - su tracker -c 'cd build; meson .. -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]