summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2018-06-11 10:03:49 +0200
committerDaiki Ueno <dueno@src.gnome.org>2018-06-11 10:03:49 +0200
commitc23f8134e97c9269996734496bb70338d97c4888 (patch)
tree8a3e55d72315d8476dad8ffbd75dea35facc01fe /.gitlab-ci.yml
parent5298bf77acd31cdb7e1bec44a9c3aef50a7c6de7 (diff)
downloadlibsecret-c23f8134e97c9269996734496bb70338d97c4888.tar.gz
gitlab-ci: Really run "make check" with ASan
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94b3792..dc7886c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ fedora:asan:
- ./autogen.sh --disable-dependency-tracking CFLAGS='-fsanitize=address -g -fno-common -U_FORTIFY_SOURCE' CXXFLAGS='-fsanitize=address -g -fno-common -U_FORTIFY_SOURCE' LDFLAGS='-fsanitize=address -g -fno-common -U_FORTIFY_SOURCE' LIBS='-lasan -ldl -lpthread'
- make -j$(nproc) V=1
- eval `dbus-launch --sh-syntax`
- - make -j$(nproc) V=1 DISABLE_HARD_ERRORS=1 XFAIL_TESTS="\$(JS_TESTS) \$(PY_TESTS)"
+ - make -j$(nproc) V=1 DISABLE_HARD_ERRORS=1 XFAIL_TESTS="\$(JS_TESTS) \$(PY_TESTS)" check
fedora:ubsan:
image: fedora:rawhide