From 97cdf8da88727e1caff0f1192a54da6e346bbaa2 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Fri, 22 May 2020 08:30:47 +0200 Subject: [PATCH] Add initial LGTM configuration for Racket (#3200) --- .lgtm.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000000..dd94c12885 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,10 @@ +extraction: + cpp: + configure: + command: + - cd racket/src + - ./configure --disable-docs + index: + build_command: + - cd racket/src + - make -j2