cutter/.lgtm.yml
2020-12-18 13:14:37 +08:00

18 lines
415 B
YAML

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 -DCUTTER_USE_BUNDLED_RIZIN=ON"
index:
build_command: "cmake --build build"