summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-04-24 21:46:38 +0200
committerJens Georg <mail@jensge.org>2022-04-24 21:46:38 +0200
commit74dcdcaa01c1689268e7ae98d3c0e231c10e6db0 (patch)
treeb8bade1a1a31ee913ee161ca2b4ba9a3077aa047 /.gitlab-ci.yml
parenta1e5aa7c6d562f35b900e16456bb5d2d51f8b958 (diff)
downloadgupnp-74dcdcaa01c1689268e7ae98d3c0e231c10e6db0.tar.gz
ci: Docs is a feature, not a bool
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 eaec5ed..6ea08fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ check-merge-request:
stage: build
script:
- git clone --depth=1 https://gitlab.gnome.org/GNOME/libsoup.git && pushd libsoup
- - meson _build --prefix=/usr -Dtls_check=false -Ddocs=false
+ - meson _build --prefix=/usr -Dtls_check=false -Ddocs=disabled
- ninja -C _build install
- popd
- meson . build --prefix=/usr -Db_coverage=true