Skip to content

Commit

Permalink
Update cmake for lgtm to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Oct 18, 2021
1 parent 9a1d79f commit f88bf21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ extraction:
packages:
- python-pip
- ca-certificates

after_prepare:
- mkdir custom_cmake
- wget --quiet -O - https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3-linux-x86_64.tar.gz | tar --strip-components=1 -xz -C custom_cmake
- export PATH=$(pwd)/custom_cmake/bin:${PATH}
- pip3 install conan --user --upgrade
- ls ~/.local/bin
- export PATH=$PATH:~/.local/bin
Expand Down

0 comments on commit f88bf21

Please sign in to comment.