Add C++ support for LGTM (#1456)

* cpp analysis

* switch to index command

Co-authored-by: George Hotz <geohot@gmail.com>
old-commit-hash: eb67c74a44
commatwo_master
George Hotz 5 years ago committed by GitHub
parent 601809cc21
commit 0fcd08af91
  1. 8
      lgtm.yml

@ -0,0 +1,8 @@
extraction:
cpp:
after_prepare:
- "pip3 install jinja2 pyyaml cython pycapnp numpy sympy tqdm cffi logentries zmq"
- "export PATH=$PWD/external/bin:$PATH"
index:
build_command: "python3 $(which scons)"
Loading…
Cancel
Save