From: Yu Watanabe Date: Mon, 23 Jul 2018 16:37:29 +0000 (+0900) Subject: LGTM: make LGTM.com use meson from pip X-Git-Tag: v240~909^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55d651d8f69919b98cdc062e312e4454c34428ef;p=thirdparty%2Fsystemd.git LGTM: make LGTM.com use meson from pip --- diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 00000000000..37f9c4335c2 --- /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"