Skip to content

Commit

Permalink
install mingw for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
stanaka committed Aug 5, 2015
1 parent a600ebc commit 4691e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ install:
- echo %Path%
- choco install ruby
- rd c:\go /s /q
- cinst mingw-get
- set PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin
- mingw-get install mingw-developer-toolkit
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.3.3.windows-amd64.zip
- 7z x go1.3.3.windows-amd64.zip -oC:\ >nul
- go version
Expand Down

0 comments on commit 4691e08

Please sign in to comment.