remove gobuild releated
thank you @codeskyblue for the wonderful project in the past
This commit is contained in:
parent
9aaea36153
commit
50ee59a2b7
21
.gobuild.yml
21
.gobuild.yml
|
@ -1,21 +0,0 @@
|
|||
author: DL88250@gmail.com
|
||||
description: A Web-based IDE for Teams using Golang.
|
||||
|
||||
filesets:
|
||||
depth: 10
|
||||
includes:
|
||||
- conf
|
||||
- doc
|
||||
- i18n
|
||||
- static
|
||||
- views
|
||||
- README.md
|
||||
- LICENSE
|
||||
excludes:
|
||||
- \.git
|
||||
settings:
|
||||
targetdir: ""
|
||||
build: |
|
||||
test -d Godeps && go(){ godep go "$@";} ; go install -v
|
||||
outfiles:
|
||||
- wide
|
Loading…
Reference in New Issue