2014-03-18 02:19:10 -06:00
|
|
|
filesets:
|
|
|
|
includes:
|
2014-07-26 01:02:46 -06:00
|
|
|
- conf
|
|
|
|
- etc
|
2014-03-18 02:19:10 -06:00
|
|
|
- public
|
2014-07-26 01:02:46 -06:00
|
|
|
- scripts
|
|
|
|
- templates
|
2014-03-18 02:19:10 -06:00
|
|
|
- LICENSE
|
2014-03-23 17:09:11 -06:00
|
|
|
- README.md
|
2014-03-31 01:54:15 -06:00
|
|
|
- README_ZH.md
|
2014-05-05 10:27:09 -06:00
|
|
|
excludes:
|
|
|
|
- \.git
|
2014-11-04 05:56:07 -07:00
|
|
|
depth: 5
|
2014-09-27 22:44:37 -06:00
|
|
|
settings:
|
|
|
|
build: |
|
2014-09-28 02:37:58 -06:00
|
|
|
if test "$GOOS" = "windows" -a "$GOARCH" = "386"
|
|
|
|
then
|
|
|
|
go install -v
|
|
|
|
else
|
2014-10-07 05:02:53 -06:00
|
|
|
go get -v -tags "sqlite redis memcache cert" github.com/gogits/gogs
|
|
|
|
go install -v -tags "sqlite redis memcache cert"
|
2014-09-28 02:37:58 -06:00
|
|
|
fi
|