CI(lgtm): Remove LGTM

Since LGTM does not provide a recent enough cmake version, it can no
longer build our repository without falling back to the old qmake system
that'll be removed in the future.
Thus we no longer require LGTM to run as CI.
This commit is contained in:
Robert Adam 2020-08-22 17:17:40 +02:00
parent 0e6e36d76a
commit 2a7fcdadbf

View File

@ -1,9 +0,0 @@
extraction:
cpp:
prepare:
packages:
- "libqt5webengine-data"
- "libqt5svg5-dev"
configure:
command:
- "qmake -recursive CONFIG+='release tests no-g15'"