tusd/appveyor.yml

7 lines
98 B
YAML

build_script:
- set GOPATH=%BuildFolder%
- go get -v ./...
test_script:
- go test -v ./...