mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-25 15:41:05 +00:00
17 lines
214 B
YAML
17 lines
214 B
YAML
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 ./...
|