summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-09-23 15:17:47 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2023-09-23 15:18:32 +0100
commit2d1034cb7c3708afdb1d85fcd5695d6762be1fff (patch)
tree04e256e4c5c3e3077180a8fb10e46734684a131f
parent3648bf24f664d782441132a743b43b5a5c7d9bd8 (diff)
ci: Remove manual doc checks in the build job
The doc syntax and coverage are part of the test suite.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 0 insertions, 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"