cutter/.lgtm.yml

18 lines
385 B
YAML
Raw Normal View History

2020-12-18 05:14:37 +00:00
extraction:
cpp:
prepare:
packages:
- "build-essential"
- "cmake"
- "libzip-dev"
- "zlib1g-dev"
- "qt5-default"
- "libqt5svg5-dev"
- "qttools5-dev"
- "qttools5-dev-tools"
configure:
command:
- "pip3 install --upgrade --user meson"
- "cmake -B build"
2020-12-18 05:14:37 +00:00
index:
build_command: "cmake --build build"