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:06 UTC

[3/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/c841bc42
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c841bc42
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c841bc42

Branch: refs/heads/master
Commit: c841bc422d466e9f1deaefb3e969b337e60dfa2d
Parents: 04c74c1
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Mar 23 15:57:16 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 23 15:57:16 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c841bc42/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 892cff0..58ae377 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
   - ps: |
       Add-Type -AssemblyName System.IO.Compression.FileSystem
       if (!(Test-Path -Path "C:\maven" )) {