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