Skip to content

Commit

Permalink
[ci] refs #7 Fix skycoin path
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Dec 4, 2018
1 parent db120b7 commit b90fb87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ install:
- set PATH=%MINGW_W64%\bin;%PATH%
- cmd: cp %MINGW_W64%\bin\mingw32-make.exe %MINGW_W64%\bin\make.exe
- cmd: git submodule update --init --recursive --remote
- echo %GOPATH%
- cmd: cd c:\projects\libskycoin-dotnet\gopath
- cmd: cd %GOPATH%\src\github.com\skycoin\skycoin
- cmd: git checkout origin/stdevEclipse_t1568_swig_files
- cmd: go get github.com/gz-c/gox
- cmd: go get -t ./...
Expand Down

0 comments on commit b90fb87

Please sign in to comment.