You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/03/23 14:58:07 UTC

[4/4] syncope git commit: Install GIT in AppVeyor

Install GIT in AppVeyor


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2ff277e3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2ff277e3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2ff277e3

Branch: refs/heads/2_0_X
Commit: 2ff277e3cfb9dac039d01c4e9618154032228567
Parents: 86666b4
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Mar 23 15:57:58 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 23 15:57:58 2018 +0100

----------------------------------------------------------------------
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/2ff277e3/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 97bf0b3..2bfa232 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,6 +19,7 @@ os: Windows Server 2012
 init:		
  - git config --global core.autocrlf true
 install:
+  - cinst git
   - cmd: SET JAVA_HOME=C:\Program Files\Java\jdk1.7.0
   - cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
   - cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g