We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0703d commit 1462719Copy full SHA for 1462719
lgtm.yml
@@ -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