rizin/.lgtm.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
394 B
YAML
Raw Normal View History

2019-05-09 18:16:08 +08:00
extraction:
cpp:
2021-01-28 10:21:09 +01:00
prepare:
packages:
- python3-pip
- python3-setuptools
- python3-wheel
2019-05-10 16:21:29 +08:00
after_prepare:
2021-01-28 10:21:09 +01:00
- pip3 install meson
- export PATH="$HOME/.local/bin/:$PATH"
2019-05-09 18:16:08 +08:00
configure:
2021-01-28 10:21:09 +01:00
command: meson build
2019-05-09 18:16:08 +08:00
index:
build_command:
2021-01-28 10:21:09 +01:00
- ninja -C build