diff --git a/appveyor.yaml b/appveyor.yaml new file mode 100644 index 0000000..3687c95 --- /dev/null +++ b/appveyor.yaml @@ -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