dash/lgtm.yml

13 lines
509 B
YAML
Raw Normal View History

extraction:
cpp:
after_prepare:
- "mkdir custom_cmake"
- "wget --quiet -O - \"https://cmake.org/files/v3.16/cmake-3.16.3-Linux-x86_64.tar.gz\"\
\ | tar --strip-components=1 -xz -C custom_cmake"
- "export PATH=$(pwd)/custom_cmake/bin:${PATH}"
- "cd $LGTM_SRC/"
- "export CMAKE_INCLUDE_PATH=$LGTM_SRC/include:${CMAKE_INCLUDE_PATH}"
- "export CMAKE_LIBRARY_PATH=$LGTM_SRC/lib:${CMAKE_LIBRARY_PATH}"
- "mkdir $LGTM_SRC/_lgtm_build_dir"
- "cd $LGTM_SRC/_lgtm_build_dir"