diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-01-03 19:34:33 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-01-03 19:34:33 +0100 |
commit | 0c96702e056f6e1afa67c0dff60a4a539efbe668 (patch) | |
tree | 9eeb486e0fc52f91e5b158c1ae256a0672593885 /.gitlab-ci | |
parent | 50e304b2393411f3402173feeb36731c548c6c03 (diff) | |
download | gobject-introspection-0c96702e056f6e1afa67c0dff60a4a539efbe668.tar.gz |
meson: disable doctool by default
To unbreak continuous
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test-msys2-meson.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh index daeca63a..7c63581c 100644 --- a/.gitlab-ci/test-msys2-meson.sh +++ b/.gitlab-ci/test-msys2-meson.sh @@ -38,7 +38,7 @@ export PATH="$HOME/.local/bin:$PATH" # Passing the full interpreter path works around the issue PYTHON="$(which python3)" export CFLAGS="-Werror" -meson -Dcairo=true -Dpython="${PYTHON}" --buildtype debug _build +meson -Dcairo=true -Ddoctool=true -Dpython="${PYTHON}" --buildtype debug _build cd _build ninja |