mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-11 15:09:03 +08:00
849c2e98a7
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>
15 lines
267 B
YAML
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
|