mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
23 lines
528 B
YAML
23 lines
528 B
YAML
filesets:
|
|
includes:
|
|
- conf
|
|
- etc
|
|
- public
|
|
- scripts
|
|
- templates
|
|
- LICENSE
|
|
- README.md
|
|
- README_ZH.md
|
|
excludes:
|
|
- \.git
|
|
depth: 5
|
|
settings:
|
|
build: |
|
|
if test "$GOOS" = "windows" -a "$GOARCH" = "386"
|
|
then
|
|
go install -v
|
|
else
|
|
go get -v -tags "sqlite redis memcache cert" github.com/gogits/gogs
|
|
go install -v -tags "sqlite redis memcache cert"
|
|
fi
|