lgtm.yml: disable documentation building

Don't build the documentation on LGTM as it indirectly triggers a build
of pkg/static and LGTM's env. is an Ubuntu 20.04 with nodejs 10 which
cannot build the `stylelint-webpack-plugin`. As LGTM inspects our C/C++
code we don't need to build docs so this should also speed up our CI.
This commit is contained in:
Jelle van der Waa 2022-06-21 14:46:10 +02:00 committed by Martin Pitt
parent b1ff260361
commit 35c21b9b38
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ extraction:
prepare:
packages:
- appstream
configure:
command: # disable documentation building as this indirectly triggers a build of pkg/static
- ./autogen.sh --disable-doc
index:
build_command:
- make -j$(nproc) WEBPACK_PACKAGES=