summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-09-03 19:54:53 +0200
committerGitHub <noreply@github.com>2020-09-03 19:54:53 +0200
commit4dd915028a9c8819075d7ac5683f6da7ddf58087 (patch)
tree38b793f2d9185160a4427d446017d9c2fe311970
parent0864f12f0de50ffecbc9964cdf4edbae75e27be5 (diff)
parent4719171ce551342386bfa4a2b140b49d35f245e1 (diff)
Merge pull request #41739 from madmiraal/create-lgtm.yml-file
Create a .lgtm.yml file to enable lgtm to successfully build Godot.
-rw-r--r--.lgtm.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 0000000000..e4841eaff4
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,7 @@
+extraction:
+ cpp:
+ after_prepare:
+ - pip3 install scons
+ - PATH="/opt/work/.local/bin:$PATH"
+ index:
+ build_command: scons -j2