add gopack yml

master
codeskyblue 9 years ago
parent 16eb26272a
commit cc533242d5

@ -0,0 +1,16 @@
author: codeskyblue
description: Port of python supervisor
os: darwin linux windows
includes:
- README.md
- LICENSE
- conf
- templates
- public
- static
- views
excludes:
- \.git
script:
- go get -v
- go build
Loading…
Cancel
Save