fix LGTM C++ extraction (#19630)

albatross
Adeeb Shihadeh 2021-01-01 12:55:00 -08:00 committed by GitHub
parent a01a2ecc24
commit 75774b817f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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: