2015-10-31 14:51:35 +00:00
|
|
|
version: "{build}"
|
|
|
|
|
|
|
|
os: Windows Server 2012 R2
|
|
|
|
|
|
|
|
clone_folder: c:\gopath\src\github.com\ncw\rclone
|
|
|
|
|
|
|
|
environment:
|
|
|
|
GOPATH: c:\gopath
|
|
|
|
|
|
|
|
install:
|
|
|
|
- echo %PATH%
|
|
|
|
- echo %GOPATH%
|
|
|
|
- go version
|
|
|
|
- go env
|
2016-10-31 15:50:02 +00:00
|
|
|
- go install
|
2015-10-31 14:51:35 +00:00
|
|
|
|
|
|
|
build_script:
|
2016-10-31 15:50:02 +00:00
|
|
|
- rmdir vendor\bazil.org\fuse /s /q
|
2016-02-26 17:01:19 +00:00
|
|
|
- go test -cpu=2 ./...
|
2015-10-31 14:51:35 +00:00
|
|
|
- go test -cpu=2 -short -race ./...
|