Skip to content

Commit 1462719

Browse files
committed
Add lgtm.yml to install cmake 3.16.3 ~ Ubuntu 20.04 LTS
1 parent 2c0703d commit 1462719

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lgtm.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
extraction:
2+
cpp:
3+
after_prepare:
4+
- "mkdir custom_cmake"
5+
- "wget --quiet -O - \"https://cmake.org/files/v3.16/cmake-3.16.3-Linux-x86_64.tar.gz\"\
6+
\ | tar --strip-components=1 -xz -C custom_cmake"
7+
- "export PATH=$(pwd)/custom_cmake/bin:${PATH}"
8+
- "mkdir $LGTM_SRC/_lgtm_build_dir"
9+
- "cd $LGTM_SRC/_lgtm_build_dir"

0 commit comments

Comments
 (0)