summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-01-18 23:07:21 +0100
committerGünther Wagner <info@gunibert.de>2022-01-18 23:07:21 +0100
commit33f3ba2e9cf52aee0fdba0aa8a7336a805fd9713 (patch)
tree17d455efe155ada20a023b5f72af46d244500ed2
parent28dcc64b0cffa14717c2445999331e166b4ae7bf (diff)
downloadlibrest-33f3ba2e9cf52aee0fdba0aa8a7336a805fd9713.tar.gz
gitlab: don't build examples
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6526946..847253a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ build-librest:
glib2-devel gobject-introspection-devel libxml2-devel meson ninja-build
libsoup-devel vala json-glib-devel git python3-jinja2 python3-toml python3-typogrify python3-pygments
script:
- - meson _build
+ - meson _build -Dexamples=false
- ninja -C _build
- bash +x ./.gitlab-ci/run-tests.sh
artifacts: