Skip to content

Commit 849c2e9

Browse files
committed
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 <[email protected]>
1 parent bbe7a4c commit 849c2e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.lgtm.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
extraction:
2+
cpp:
3+
prepare:
4+
packages:
5+
- libpango1.0-dev
6+
configure:
7+
command:
8+
- ./autogen.sh
9+
- mkdir _lgtm_build_dir
10+
- cd _lgtm_build_dir
11+
- ../configure
12+
index:
13+
build_command:
14+
- make training

0 commit comments

Comments
 (0)