Skip to content

Commit

Permalink
[ci] refs #7 Add git to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Dec 4, 2018
1 parent b90fb87 commit 11bba12
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 @@ -13,6 +13,7 @@ environment:
global:
GOOS: windows
GOARCH: amd64
GIT_PATH: c:\Program Files\Git\bin
GOPATH: c:\projects\libskycoin-dotnet\gopath
MINGW_W64: c:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64
# APPVEYOR_RDP_PASSWORD: defineYourPasswordHere
Expand All @@ -25,7 +26,7 @@ stack: go 1.11

# Install dev dependencies
install:
- set PATH=%MINGW_W64%\bin;%PATH%
- set PATH=%MINGW_W64%\bin;%GIT_PATH%;%PATH%
- cmd: cp %MINGW_W64%\bin\mingw32-make.exe %MINGW_W64%\bin\make.exe
- cmd: git submodule update --init --recursive --remote
- cmd: cd %GOPATH%\src\github.com\skycoin\skycoin
Expand Down

0 comments on commit 11bba12

Please sign in to comment.