[libgweather/leak-check: 1/2] ci: Run the tests
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/leak-check: 1/2] ci: Run the tests
- Date: Fri, 15 Oct 2021 17:39:41 +0000 (UTC)
commit 2c9392d767702a1a79d6af701d94056422719636
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Oct 15 18:38:38 2021 +0100
ci: Run the tests
Otherwise ASan won't work.
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acd86b52..f0326abd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -167,10 +167,11 @@ asan-build:
redhat-rpm-config
vala
MESON_VERSION: "0.55.3"
- MESON_EXTRA_FLAGS: "--buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false
-Dintrospection=false -Dgtk_doc=false"
+ MESON_EXTRA_FLAGS: "--buildtype=debug -Db_sanitize=address -Db_lundef=false -Dintrospection=false
-Dgtk_doc=false"
script:
- CC=clang meson setup --prefix /usr ${MESON_EXTRA_FLAGS} _asan_build .
- meson compile -C _asan_build
+ - meson test -C _asan_build
artifacts:
name: "gweather-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when: always
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]