You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sisyphus/appveyor.yaml

23 lines
258 B
YAML

version: build-{build}.{branch}
clone_folder: C:\gopath\src\github.com\carlostrub\sisyphus
shallow_clone: true
environment:
GOPATH: C:\gopath
platform:
- x64
build: off
install:
- go version
- go env
test_script:
- go test -v .
deploy: off