LGTM: make LGTM.com use meson from pip

This commit is contained in:
Yu Watanabe 2018-07-24 01:37:29 +09:00
parent 7a6397d2b3
commit 55d651d8f6
1 changed files with 10 additions and 0 deletions

10
.lgtm.yml Normal file
View File

@ -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"