You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/.gobuild.yml

23 lines
528 B

filesets:
includes:
10 years ago
- conf
- etc
- public
10 years ago
- scripts
- templates
- LICENSE
10 years ago
- README.md
10 years ago
- README_ZH.md
excludes:
- \.git
10 years ago
depth: 5
settings:
build: |
if test "$GOOS" = "windows" -a "$GOARCH" = "386"
then
go install -v
else
10 years ago
go get -v -tags "sqlite redis memcache cert" github.com/gogits/gogs
go install -v -tags "sqlite redis memcache cert"
fi