add appveyor.yaml

master
Carlo Strub 7 years ago
parent d0c7d79203
commit c986fdec0c

@ -0,0 +1,21 @@
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
Loading…
Cancel
Save