diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-11-02 20:41:48 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-11-02 20:41:48 +0900 |
commit | cb869d4649b00775ba7bea6ecc81473eadf594b3 (patch) | |
tree | a9828009736e70ea334cf62a0ef0b947efe7943b /.lgtm.yml | |
parent | 2a7871cd9bc67a0bf311766a1edee2ff7a8e5355 (diff) | |
download | libquotient-cb869d4649b00775ba7bea6ecc81473eadf594b3.tar.gz libquotient-cb869d4649b00775ba7bea6ecc81473eadf594b3.zip |
Add LGTM support
See https://lgtm.com
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 15 |
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" |