[glib-networking] Run CI under asan
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Run CI under asan
- Date: Fri, 10 Aug 2018 14:49:59 +0000 (UTC)
commit c404916d7c98819241f2b001e5183512ae35ea89
Author: Michael Catanzaro <mcatanzaro posteo net>
Date: Fri Aug 10 14:49:45 2018 +0000
Run CI under asan
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9817861..7c4358e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
image: fedora:28
variables:
- ADDITIONAL_DEPENDENCIES: gsettings-desktop-schemas gcc
+ ADDITIONAL_DEPENDENCIES: gsettings-desktop-schemas gcc libasan
build_stable:
before_script:
@@ -12,7 +12,7 @@ build_stable:
script:
- mkdir build
- cd build
- - meson ..
+ - meson .. -Db_sanitize=address
- ninja
- ninja test
- ninja install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]