From 2a7fcdadbf0bf3d77bf06ce48d6d9bb9853fb145 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Sat, 22 Aug 2020 17:17:40 +0200 Subject: [PATCH] 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. --- .lgtm.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index 5fb3d96cc..000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,9 +0,0 @@ -extraction: - cpp: - prepare: - packages: - - "libqt5webengine-data" - - "libqt5svg5-dev" - configure: - command: - - "qmake -recursive CONFIG+='release tests no-g15'"