Systemd/.lgtm.yml
Lennart Poettering e65f29b4c6 ci: add dependencies for repart + cryptsetup's pkcs#11 support
Let's make sure we can test systemd-repart properly

(And while we are at it, also test cryptsetup-pkcs#11)
2020-01-20 17:42:03 +01:00

17 lines
329 B
YAML

extraction:
cpp:
prepare:
packages:
- python3-pip
- python3-setuptools
- python3-wheel
- libfdisk-dev
- libp11-kit-dev
- libssl-dev
after_prepare:
- pip3 install meson
- export PATH="$HOME/.local/bin/:$PATH"
python:
python_setup:
version: 3