Skip to content

Commit 55d651d

Browse files
committed
LGTM: make LGTM.com use meson from pip
1 parent 7a6397d commit 55d651d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.lgtm.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
extraction:
2+
cpp:
3+
prepare:
4+
packages:
5+
- python3-pip
6+
- python3-setuptools
7+
- python3-wheel
8+
after_prepare:
9+
- pip3 install meson
10+
- export PATH="$HOME/.local/bin/:$PATH"

0 commit comments

Comments
 (0)