This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge branch 'master' into dev
tags/v1.2.0-rc1
codeskyblue
10 years ago
parent
7d48f811f1
9ce0bd043c
commit
26a0888bee
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.gobuild.yml
+1
-0
start.bat
+ 10
- 0
.gobuild.yml
View File
@@ -8,5 +8,15 @@ filesets:
- LICENSE
- README.md
- README_ZH.md
- start.bat
excludes:
- \.git
settings:
build: |
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
+ 1
- 0
start.bat
View File
@@ -0,0 +1 @@
gogs web
Write
Preview
Loading…
Cancel
Save