syncthing/appveyor.yaml

13 lines
225 B
YAML
Raw Normal View History

2015-09-20 15:18:50 +02:00
version: '{branch}-{build}'
clone_folder: C:\src\github.com\syncthing\syncthing
init:
- go version
environment:
GOPATH: C:\
build_script:
- go run build.go zip
test_script:
- go run build.go test
artifacts:
- path: '*.zip'