You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mo...@apache.org on 2020/04/02 17:21:03 UTC

[geode-native] 01/01: Update .lgtm.yml to latest Geode release (1.12)

This is an automated email from the ASF dual-hosted git repository.

moleske pushed a commit to branch moleske-patch-1
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 05a95aeb58e8eb3aa578214e30e18a06af1bafdd
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Thu Apr 2 10:20:53 2020 -0700

    Update .lgtm.yml to latest Geode release (1.12)
---
 .lgtm.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index cda763f..652e079 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -4,9 +4,9 @@ extraction:
       command:
         - mkdir _lgtm_build_dir
         - cd _lgtm_build_dir
-        - wget -O apache-geode.tgz http://mirror.transip.net/apache/geode/1.10.0/apache-geode-1.10.0.tgz
+        - wget -O apache-geode.tgz http://mirror.transip.net/apache/geode/1.12.0/apache-geode-1.12.0.tgz
         - tar xzf apache-geode.tgz
-        - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.10.0" ..
+        - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.12.0" ..
         - cd dependencies && cmake --build . -- -j2
     index:
       build_command: