ci: Remove manual doc checks in the build job

The doc syntax and coverage are part of the test suite.
This commit is contained in:
Emmanuele Bassi 2023-09-23 15:17:47 +01:00
parent 3648bf24f6
commit 2d1034cb7c

View file

@ -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"