mirror of https://github.com/gogits/gogs.git
Unknwon
10 years ago
8 changed files with 17 additions and 40 deletions
@ -1,22 +0,0 @@ |
|||||||
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 |
|
Loading…
Reference in new issue