summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2018-07-08 14:59:56 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-05-04 19:19:05 +0200
commit33e2204a2aca9dff2f2b5740fb394b101a3bae78 (patch)
treea96f36cb49b6e49fcb7162641fe61911bb34c43e
parentcceb17a9af73fbfcb670a824f657d5dcb24d0dae (diff)
downloadtracker-sam/ci-sanitize.tar.gz
Enable AddressSanitizer and UndefinedBehaviourSanitizer in CIsam/ci-sanitize
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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