Add C++ support for LGTM (#1456)

* cpp analysis

* switch to index command

Co-authored-by: George Hotz <geohot@gmail.com>
old-commit-hash: eb67c74a446536581b0cc3e6f6ddbe96ace5c254
This commit is contained in:
George Hotz
2020-05-02 14:21:27 -07:00
committed by GitHub
parent 601809cc21
commit 0fcd08af91
+8
View File
@@ -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)"