Skip to content

Instantly share code, notes, and snippets.

@mpl
Last active May 16, 2018 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpl/85bab1d9bcdc302a2d156c31ec5a9820 to your computer and use it in GitHub Desktop.
Save mpl/85bab1d9bcdc302a2d156c31ec5a9820 to your computer and use it in GitHub Desktop.
version: {branch}-{build}
branches:
only:
- master
- releases/0.10
skip_tags: true
image: Visual Studio 2015
clone_folder: c:\gopath\src\perkeep.org
environment:
GOPATH: c:\gopath
PATH: PATH=c:\gopath\bin;c:\go\bin;%PATH%
build_script:
- cmd: go run make.go
test_script:
- cmd: devcam test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment