From 45504afe07a2bb2abf189b1f4c88ea7112307ad2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Dec 15 2020 09:45:29 +0000 Subject: LGTM: make LGTM.com use meson from pip (cherry picked from commit 55d651d8f69919b98cdc062e312e4454c34428ef) patch_name: 0092-LGTM-make-LGTM.com-use-meson-from-pip.patch present_in_specfile: true location_in_specfile: 92 squash_commits: true --- diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 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"