Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Add real git to PATH to avoid use git provid…
Browse files Browse the repository at this point in the history
…ed by cygwin
  • Loading branch information
stdevYuniers committed Nov 17, 2018
1 parent 32afe4f commit 894cbd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 894cbd2

Please sign in to comment.