Trying xcopy instead of move

main
Dan Buch 8 years ago
parent 288d62118a
commit 531c7defe7
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -10,8 +10,8 @@ install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH% - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- set NEW_BUILD_DIR_DEST=c:\gopath\src\github.com\urfave - set NEW_BUILD_DIR_DEST=c:\gopath\src\github.com\urfave
- mkdir %NEW_BUILD_DIR_DEST% - mkdir %NEW_BUILD_DIR_DEST%
- move %APPVEYOR_BUILD_FOLDER% %NEW_BUILD_DIR_DEST% - xcopy /s %APPVEYOR_BUILD_FOLDER% %NEW_BUILD_DIR_DEST%\cli
- set APPVEYOR_BUILD_FOLDER=%NEW_BUILD_DIR%\cli - set APPVEYOR_BUILD_FOLDER=%NEW_BUILD_DIR_DEST%\cli
- go version - go version
- go env - go env
- go get github.com/urfave/gfmxr/... - go get github.com/urfave/gfmxr/...

Loading…
Cancel
Save