]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
LGTM: make LGTM.com use meson from pip 8876/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jul 2018 16:37:29 +0000 (01:37 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jul 2018 16:37:47 +0000 (01:37 +0900)
.lgtm.yml [new file with mode: 0644]

diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644 (file)
index 0000000..37f9c43
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,10 @@
+extraction:
+  cpp:
+    prepare:
+      packages:
+        - python3-pip
+        - python3-setuptools
+        - python3-wheel
+    after_prepare:
+      - pip3 install meson
+      - export PATH="$HOME/.local/bin/:$PATH"