tesseract/.lgtm.yml
Stefan Weil 849c2e98a7 Add configuration for LGTM
LGTM runs "make" by default, so training files are not checked.
This should be fixed by this configuration file.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-18 19:34:49 +02:00

15 lines
267 B
YAML

extraction:
cpp:
prepare:
packages:
- libpango1.0-dev
configure:
command:
- ./autogen.sh
- mkdir _lgtm_build_dir
- cd _lgtm_build_dir
- ../configure
index:
build_command:
- make training