You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/vendor/github.com/mitchellh/gox/appveyor.yml

20 lines
237 B

version: build-{build}.{branch}
clone_folder: C:\gopath\src\github.com\mitchellh\gox
shallow_clone: true
environment:
GOPATH: C:\gopath
platform:
- x64
test_script:
- go get ./...
- go test -v ./...
build: off
deploy: off