浏览代码

Merge pull request #41739 from madmiraal/create-lgtm.yml-file

Create a .lgtm.yml file to enable lgtm to successfully build Godot.
Rémi Verschelde 5 年之前
父节点
当前提交
4dd915028a
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .lgtm.yml

+ 7 - 0
.lgtm.yml

@@ -0,0 +1,7 @@
+extraction:
+  cpp:
+    after_prepare:
+      - pip3 install scons
+      - PATH="/opt/work/.local/bin:$PATH"
+    index:
+      build_command: scons -j2