pull/51/head
lifei6671 2017-05-30 19:54:56 +08:00
parent c9205b9d2c
commit 597444a0c6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,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 -o C:\x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z | out-null
- ps: 7z x -oC:\ x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z | out-null
- echo %PATH%
- echo %GOPATH%
- go version