mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
13 lines
225 B
YAML
13 lines
225 B
YAML
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'
|