From 2a7fcdadbf0bf3d77bf06ce48d6d9bb9853fb145 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Sat, 22 Aug 2020 17:17:40 +0200 Subject: [PATCH 1/2] 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'" From 04811226518cb73e6c0da07f806a84e3a47b0c81 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Sat, 22 Aug 2020 17:19:26 +0200 Subject: [PATCH 2/2] MAINT(readme): Removed reference to LGTM --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2b18ab61c..1851f36ff 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ [![#mumble@freenode.net](https://img.shields.io/badge/Freenode.net-%23mumble-blue?style=for-the-badge)](https://webchat.freenode.net/#mumble) [![Codacy](https://img.shields.io/codacy/grade/262a5e20c83a40599050e22e700d8a3e?label=Codacy&style=for-the-badge)](https://app.codacy.com/manual/mumble-voip/mumble) -[![LGTM](https://img.shields.io/lgtm/grade/cpp/github/mumble-voip/mumble?label=LGTM&style=for-the-badge)](https://lgtm.com/projects/g/mumble-voip/mumble) [![Azure](https://img.shields.io/azure-devops/build/Mumble-VoIP/c819eb06-7b22-4ef3-bbcd-860094454eb3/1?label=Azure&style=for-the-badge)](https://dev.azure.com/Mumble-VoIP/Mumble) [![Cirrus CI](https://img.shields.io/cirrus/github/mumble-voip/mumble?label=Cirrus%20CI&style=for-the-badge)](https://cirrus-ci.com/github/mumble-voip/mumble) [![Travis CI](https://img.shields.io/travis/com/mumble-voip/mumble?label=Travis%20CI&style=for-the-badge)](https://travis-ci.com/mumble-voip/mumble)