From 33f3ba2e9cf52aee0fdba0aa8a7336a805fd9713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wagner?= Date: Tue, 18 Jan 2022 23:07:21 +0100 Subject: gitlab: don't build examples --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1