From 849c2e98a74647d588319c518e8f9bbbaae2308c Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 18 Oct 2018 19:34:49 +0200 Subject: [PATCH] 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 --- .lgtm.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 00000000..80783bfd --- /dev/null +++ b/.lgtm.yml @@ -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