Add AppVeyor for Windows builds
This commit is contained in:
parent
1d710bdcd9
commit
a7169a6348
@ -2,6 +2,7 @@ Syncthing
|
|||||||
=========
|
=========
|
||||||
|
|
||||||
[](http://build.syncthing.net/job/syncthing/lastBuild/)
|
[](http://build.syncthing.net/job/syncthing/lastBuild/)
|
||||||
|
[](https://ci.appveyor.com/project/calmh/syncthing)
|
||||||
[](http://godoc.org/github.com/syncthing/syncthing)
|
[](http://godoc.org/github.com/syncthing/syncthing)
|
||||||
[](https://www.mozilla.org/MPL/2.0/)
|
[](https://www.mozilla.org/MPL/2.0/)
|
||||||
|
|
||||||
|
|||||||
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'
|
||||||
Loading…
x
Reference in New Issue
Block a user