Add AppVeyor for Windows builds
This commit is contained in:
12
appveyor.yaml
Normal file
12
appveyor.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user