pull/51/head
lifei6671 2017-05-30 20:05:10 +08:00
parent 46045d0d8f
commit 553c6974ff
1 changed files with 1 additions and 2 deletions

View File

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