aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.lgtm.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
deleted file mode 100644
index 9cf3583d..00000000
--- a/.lgtm.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-path_classifiers:
- library:
- - 3rdparty/*
- test:
- - exclude: tests/quotest.cpp # Let alerts from this come up too
-extraction:
- cpp:
- prepare:
- packages: # Assuming package base of eoan
- - qtmultimedia5-dev
-# after_prepare:
-# - git clone https://gitlab.matrix.org/matrix-org/olm.git
-# - pushd olm
-# - cmake . -Bbuild -GNinja
-# - cmake --build build
-# - popd
- configure:
- command: "CXX=clang++-12 cmake . -GNinja" # -DOlm_DIR=olm/build"