diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-09-03 14:49:14 +0100 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-09-03 14:49:14 +0100 |
commit | 4719171ce551342386bfa4a2b140b49d35f245e1 (patch) | |
tree | 5e54cdf7b9626b6106bad9fb5c4e90dc48d7a604 | |
parent | 315ee66f4e80acb9fd1fe67c13aa9db3e08ffba6 (diff) |
Create a basic .lgtm.yml file.
-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 |