From 2d1034cb7c3708afdb1d85fcd5695d6762be1fff Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 23 Sep 2023 15:17:47 +0100 Subject: [PATCH] ci: Remove manual doc checks in the build job The doc syntax and coverage are part of the test suite. --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aefe7d56a..9384e0abd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,11 +115,6 @@ fedora image: # gets run separately - meson test -C builddir --no-suite=slow --print-errorlogs - # TODO: These aren't set up as Meson tests yet - - (cd doc/public && bash "check-doc-syntax.sh") - # FIXME: The following line really needs gtk-doc to run first - - (cd doc/public && DOC_MODULE=cairo bash "check-doc-coverage.sh") - - meson install -C builddir artifacts: expire_in: "7 days"