summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-30 00:02:27 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-09-30 00:02:27 +0000
commitc64f48351e57a58f4f355116efd2230d83c458c0 (patch)
treee4282b1e9ddf8be2d7304c9df604fa1e6ef433cf /.gitlab-ci.yml
parent43808377088ea3eecc1607b910dee1477508587b (diff)
parent82cfabbabaade239beb26136cb28c98156552ea5 (diff)
downloadpango-c64f48351e57a58f4f355116efd2230d83c458c0.tar.gz
Merge branch 'introspection' into 'master'
meson: Change introspection option to yielding feature See merge request GNOME/pango!247
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 dffa8056..c287010c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ asan-build:
needs: []
variables:
script:
- - CC=clang meson --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false -Dintrospection=false _build
+ - CC=clang meson --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false -Dintrospection=disabled _build
- ninja -C _build
- .gitlab-ci/run-tests.sh _build
allow_failure: true