From 894cbd28cc3236f289af0191dd161c4ac26dbcdb Mon Sep 17 00:00:00 2001 From: stdevYuniers Date: Sat, 17 Nov 2018 01:55:16 -0500 Subject: [PATCH] [ci] refs #17 Add real git to PATH to avoid use git provided by cygwin --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9933f1f..5255b51 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,6 +9,7 @@ environment: GOARCH: amd64 GOPATH: c:\gopath # GOPATH: $APPVEYOR_BUILD_FOLDER/gopath + GIT: c:\Program Files\Git\bin APPVEYOR_SAVE_CACHE_ON_ERROR: true MINGW_W64: c:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64 CYGWIN_64: c:\cygwin64 @@ -54,7 +55,7 @@ cache: install: # - C:\cygwin64\bin\du -hs "%LOCALAPPDATA%\pip\Cache" - - set PATH=%PYTHON%;%PYTHON%\Scripts;%GOPATH%\bin;%CYGWIN_64%\bin;%PATH% + - set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%GOPATH%\bin;%CYGWIN_64%\bin;%PATH% - python --version - go get -u github.com/go-clang/v5.0/... - cmd: git submodule init