diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-09-03 19:54:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 19:54:53 +0200 |
commit | 4dd915028a9c8819075d7ac5683f6da7ddf58087 (patch) | |
tree | 38b793f2d9185160a4427d446017d9c2fe311970 | |
parent | 0864f12f0de50ffecbc9964cdf4edbae75e27be5 (diff) | |
parent | 4719171ce551342386bfa4a2b140b49d35f245e1 (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.yml | 7 |
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 |