ZeroTierOne/go/vendor/github.com/hectane/go-acl/appveyor.yml

17 lines
214 B
YAML
Raw Normal View History

2019-09-30 19:41:21 +00:00
version: '{build}'
clone_folder: C:\gopath\src\github.com\hectane\go-acl
environment:
GOPATH: C:\gopath
install:
- go version
- go env
- go get -t -v ./...
build: off
test_script:
- go test -v ./...