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 pull request
#507
from codeskyblue/dev
update .gobuild.yml inorder to support sqlite for amd64 arch
tags/v1.2.0-rc1
无闻
10 years ago
parent
c1d047d16e
e2e362f2dc
commit
263fc76b87
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
.gobuild.yml
+ 9
- 0
.gobuild.yml
View File
@@ -10,3 +10,12 @@ filesets:
- README_ZH.md
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
Write
Preview
Loading…
Cancel
Save