diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-07-23 18:37:29 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-07-23 18:37:47 +0200 |
commit | 55d651d8f69919b98cdc062e312e4454c34428ef (patch) | |
tree | 7f2a4c68404dcaf90a2beace94f8bea01618e25d /.lgtm.yml | |
parent | meson: use has_link_argument() and friends (diff) | |
download | systemd-55d651d8f69919b98cdc062e312e4454c34428ef.tar.xz systemd-55d651d8f69919b98cdc062e312e4454c34428ef.zip |
LGTM: make LGTM.com use meson from pip
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000000..37f9c4335c --- /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" |