Skip to content

Commit

Permalink
fix LGTM C++ extraction (#19630)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jan 1, 2021
1 parent a01a2ec commit 75774b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lgtm.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 75774b8

Please sign in to comment.