mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
21 lines
317 B
YAML
21 lines
317 B
YAML
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
|
|
- go get -t -d ./...
|
|
|
|
build_script:
|
|
- go vet ./...
|
|
- go test -cpu=2 ./...
|
|
- go test -cpu=2 -short -race ./...
|