Systemd/.lgtm.yml

25 lines
619 B
YAML
Raw Normal View History

---
# vi: ts=2 sw=2 et:
2018-07-23 18:37:29 +02:00
extraction:
cpp:
prepare:
packages:
2019-11-20 23:34:21 +01:00
- libpwquality-dev
- libfdisk-dev
- libp11-kit-dev
- libssl-dev
before_index:
# /tmp has `noexec` set in the LGTM infra which breaks meson's
# compilation checks. Let's temporarily override TMPDIR to /var/tmp which
# should work as expected
# See: https://discuss.lgtm.com/t/meson-fails-to-determine-sizes-of-basic-data-types/2639
- export TMPDIR=/var/tmp
index:
build_command:
- meson build
- ninja -C build
2018-12-08 12:51:56 +01:00
python:
python_setup:
version: 3