mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
3bc4b00e69
git-subtree-dir: src/dashbls git-subtree-split: 66ee820fbc9e3b97370db8c164904af48327a124
13 lines
509 B
YAML
13 lines
509 B
YAML
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"
|