aboutsummaryrefslogtreecommitdiff
path: root/.lgtm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 00000000..f6dfb229
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,20 @@
+path_classifiers:
+ library:
+ - 3rdparty/*
+ test:
+ - exclude: tests/quotest.cpp # Let alerts from this come up too
+extraction:
+ cpp:
+ prepare:
+ packages: # Assuming package base of cosmic
+ - ninja-build
+ - qt5-default
+ - 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: "cmake . -GNinja -DOlm_DIR=olm/build"