We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ac752 commit 0cbafc6Copy full SHA for 0cbafc6
1 file changed
.lgtm.yml
@@ -10,7 +10,7 @@ extraction:
10
- "curl -o cmake.tgz -L $(curl -s https://api.github.com/repos/Kitware/CMake/releases | grep -P -i 'browser_download_url.*cmake-\\d+\\.\\d+\\.\\d+-linux-x86_64\\.sh' | head -n 1 | cut -d: -f 2,3 | tr -d \\\")"
11
- bash cmake.tgz --skip-license --prefix=`pwd`
12
- PATH="`pwd`/bin":$PATH
13
- - cmake -DGEODE_ROOT="`pwd`/apache-geode-${GEODE_VERSION}" ..
+ - cmake -DGEODE_ROOT="`pwd`/apache-geode-${GEODE_VERSION}" -DCMAKE_INSTALL_PREFIX=/home/build ..
14
- cd dependencies && cmake --build . -- -j2
15
index:
16
build_command:
0 commit comments