aboutsummaryrefslogtreecommitdiff
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorBlack Hat <bhat@encom.eu.org>2019-12-29 21:42:10 +0800
committerBlack Hat <bhat@encom.eu.org>2019-12-29 21:42:10 +0800
commit7d55e22ee3465e75e5ac7750bb1d205eb555761d (patch)
tree36f7fcef622c44aca8d46514395126280111ed8a /.lgtm.yml
parente0c01b6fee5027211bd44a39860e40a2b7b226ad (diff)
parent16d6700950f5f0ebd71481efd5e1a24f04e3c651 (diff)
downloadlibquotient-7d55e22ee3465e75e5ac7750bb1d205eb555761d.tar.gz
libquotient-7d55e22ee3465e75e5ac7750bb1d205eb555761d.zip
Merge branch 'master' of https://github.com/quotient-im/libQuotient into bhat-powerlevel
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 00000000..b9952f40
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,15 @@
+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"