From 2ca34192aca72ae05bd2ec9f4e1321948b5d3288 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 2 Nov 2022 13:11:26 +0100 Subject: [PATCH] ci: remove LGTM As LGTM will be closed at the end of the year 2022 we are going to remove it from the CI and instead use CodeQL which is essentially the successor of it fully integrated into Github actions. See the related blog post https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ --- .lgtm.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index 3edf9c209..000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,23 +0,0 @@ -extraction: - cpp: - prepare: - packages: - - build-essential - - cmake - - libfftw3-dev - - libmbedtls-dev - - libpcsclite-dev - - libboost-program-options-dev - - libconfig++-dev - - libsctp-dev - - libuhd-dev - - libzmq3-dev - configure: - command: - - mkdir build - - cd build - - cmake .. - index: - build_command: - - cd build - - make