Skip to content

Commit

Permalink
Seeing if I can get LGTM working
Browse files Browse the repository at this point in the history
Why do they have a severely outdated version of cmake?
  • Loading branch information
flamewing committed Jun 4, 2021
1 parent 5e11432 commit 4592f9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extraction:
cpp:
after_prepare:
- mkdir custom_cmake
- wget --quiet -O - "http://www.cmake.org/files/v3.20/cmake-3.20.3-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C custom_cmake
- export PATH=$(pwd)/custom_cmake/bin:${PATH}

0 comments on commit 4592f9a

Please sign in to comment.