1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-18 06:03:42 +03:00
systemd-stable/.lgtm.yml

18 lines
356 B
YAML
Raw Normal View History

2018-07-24 01:37:29 +09:00
extraction:
cpp:
prepare:
packages:
- python3-pip
- python3-setuptools
- python3-wheel
2019-11-20 23:34:21 +01:00
- libpwquality-dev
- libfdisk-dev
- libp11-kit-dev
- libssl-dev
2018-07-24 01:37:29 +09:00
after_prepare:
- pip3 install meson
- export PATH="$HOME/.local/bin/:$PATH"
2018-12-08 20:51:56 +09:00
python:
python_setup:
version: 3