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