gobuild
This commit is contained in:
parent
496e924259
commit
1923aef53a
|
@ -0,0 +1,21 @@
|
|||
author: DL88250@gmail.com
|
||||
description: A Web IDE for Teams using Golang.
|
||||
|
||||
filesets:
|
||||
includes:
|
||||
- conf
|
||||
- data
|
||||
- doc
|
||||
- i18n
|
||||
- static
|
||||
- views
|
||||
- README.md
|
||||
- LICENSE
|
||||
excludes:
|
||||
- \.git
|
||||
settings:
|
||||
targetdir: ""
|
||||
build: |
|
||||
test -d Godeps && go(){ godep go "$@";} ; go install -v
|
||||
outfiles:
|
||||
- packer
|
Loading…
Reference in New Issue