pull/51/head
lifei6671 2017-05-30 19:59:04 +08:00
parent 597444a0c6
commit 66a3777383
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ deploy: true
install:
- ps: Start-FileDownload "http://libgd.blob.core.windows.net/mingw/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z"
- ps: 7z x -oC:\ x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z | out-null
- set %PATH%;c:\mingw64\bin
- echo %PATH%
- echo %GOPATH%
- go version