Use xcopy instead of mklink on Appveyor
This commit is contained in:
parent
cafccda7b9
commit
5b14460f4e
@ -17,7 +17,7 @@ install:
|
||||
- go version
|
||||
- go env
|
||||
- mkdir c:\gopath\src\gopkg.in\urfave
|
||||
- mklink c:\gopath\src\github.com\urfave\cli c:\gopath\src\gopkg.in\urfave\cli.v2
|
||||
- xcopy /E c:\gopath\src\github.com\urfave\cli c:\gopath\src\gopkg.in\urfave\cli.v2
|
||||
- go get github.com/urfave/gfmxr/...
|
||||
- go get -v -t ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user