mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
fix LGTM C++ extraction (#19630)
This commit is contained in:
@@ -7,10 +7,12 @@ path_classifiers:
|
||||
extraction:
|
||||
cpp:
|
||||
after_prepare:
|
||||
- "pip3 install jinja2 pyyaml cython pycapnp numpy sympy tqdm cffi logentries zmq"
|
||||
- "export PATH=$PWD/external/bin:$PATH"
|
||||
- "pip3 install --upgrade --user pkgconfig cython setuptools wheel"
|
||||
- "pip3 install --upgrade --user jinja2 pyyaml cython pycapnp numpy sympy tqdm\
|
||||
\ cffi logentries zmq scons"
|
||||
- "export PATH=/opt/work/.local/bin:$PATH"
|
||||
index:
|
||||
build_command: "python3 $(which scons)"
|
||||
build_command: "scons"
|
||||
javascript:
|
||||
index:
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user