Skip to content

Commit

Permalink
hopeful fix for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jul 29, 2019
1 parent 50137dc commit 5859cca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: 1.0.{build}
clone_folder: c:\gopath\src\nanomsg.org\go\mangos\v2
clone_folder: c:\mangos
environment:
GOPATH: c:\gopath
build_script:
- go version
- go env
- SET PATH=%LOCALAPPDATA%\atom\bin;%GOPATH%\bin;%PATH%
- SET PATH=%LOCALAPPDATA%\atom\bin;%PATH%
- go get -t ./...
- go build
- go install ./...
Expand Down

0 comments on commit 5859cca

Please sign in to comment.