2014-03-18 13:49:10 +05:30
|
|
|
filesets:
|
|
|
|
includes:
|
2014-07-26 12:32:46 +05:30
|
|
|
- conf
|
|
|
|
- etc
|
2014-03-18 13:49:10 +05:30
|
|
|
- public
|
2014-07-26 12:32:46 +05:30
|
|
|
- scripts
|
|
|
|
- templates
|
2014-03-18 13:49:10 +05:30
|
|
|
- LICENSE
|
2014-03-24 04:39:11 +05:30
|
|
|
- README.md
|
2014-03-31 13:24:15 +05:30
|
|
|
- README_ZH.md
|
2014-05-05 21:57:09 +05:30
|
|
|
excludes:
|
|
|
|
- \.git
|
2014-11-04 18:26:07 +05:30
|
|
|
depth: 5
|
2014-09-28 10:14:37 +05:30
|
|
|
settings:
|
|
|
|
build: |
|
2014-09-28 14:07:58 +05:30
|
|
|
if test "$GOOS" = "windows" -a "$GOARCH" = "386"
|
|
|
|
then
|
|
|
|
go install -v
|
|
|
|
else
|
2014-10-07 16:32:53 +05:30
|
|
|
go get -v -tags "sqlite redis memcache cert" github.com/gogits/gogs
|
|
|
|
go install -v -tags "sqlite redis memcache cert"
|
2014-09-28 14:07:58 +05:30
|
|
|
fi
|