Merge pull request #2004 from stweil/lgtm

Add configuration for LGTM
This commit is contained in:
zdenop 2018-10-18 22:36:33 +02:00 committed by GitHub
commit fff7dfcbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.lgtm.yml Normal file
View File

@ -0,0 +1,14 @@
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