1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00
systemd/.lgtm.yml

14 lines
260 B
YAML
Raw Normal View History

2018-07-23 16:37:29 +00:00
extraction:
cpp:
prepare:
packages:
- python3-pip
- python3-setuptools
- python3-wheel
after_prepare:
- pip3 install meson
- export PATH="$HOME/.local/bin/:$PATH"
2018-12-08 11:51:56 +00:00
python:
python_setup:
version: 3