blob: 5135970308ed21a35ee217e482b116b671e6741f [file] [log] [blame]
extraction:
cpp:
configure:
command:
- mkdir _lgtm_build_dir
- cd _lgtm_build_dir
- wget -O apache-geode.tgz http://mirror.transip.net/apache/geode/1.9.0/apache-geode-1.9.0.tgz
- tar xzf apache-geode.tgz
- cmake -DGEODE_ROOT="`pwd`/apache-geode-1.9.0" ..
- cd dependencies && cmake --build . -- -j2
index:
build_command:
- cd _lgtm_build_dir && cmake --build . --target apache-geode -- -j 2
csharp:
index:
buildless: true