mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
f7af730b50
This is using godep to manage the vendor directory.
21 lines
330 B
YAML
21 lines
330 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 install
|
|
|
|
build_script:
|
|
- rmdir vendor\bazil.org\fuse /s /q
|
|
- go test -cpu=2 ./...
|
|
- go test -cpu=2 -short -race ./...
|