Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
749d2579
Unverified
Commit
749d2579
authored
Nov 12, 2018
by
vipwzw
Committed by
GitHub
Nov 12, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6 from 33cn/add_window_ci
Add window ci
parents
c67bcf5b
4d6bb0d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
0 deletions
+37
-0
README.md
README.md
+1
-0
appveyor.yml
appveyor.yml
+34
-0
build.bat
build.bat
+2
-0
No files found.
README.md
View file @
749d2579
...
@@ -3,6 +3,7 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874
...
@@ -3,6 +3,7 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874
)
](https://godoc.org/github.com/33cn/plugin)
)
](https://godoc.org/github.com/33cn/plugin)
[

](https://travis-ci.org/33cn/plugin/)
[

](https://travis-ci.org/33cn/plugin/)
[

](https://goreportcard.com/report/github.com/33cn/plugin)
[

](https://goreportcard.com/report/github.com/33cn/plugin)
[

](https://ci.appveyor.com/project/33cn/chain33)
# chain33 官方插件系统
# chain33 官方插件系统
...
...
appveyor.yml
0 → 100644
View file @
749d2579
version
:
"
{build}"
# Source Config
clone_folder
:
c:\gopath\src\github.com\33cn\plugin
# Build host
environment
:
GOPATH
:
c:\gopath
DEPTESTBYPASS501
:
1
GOVERSION
:
1.9
#init:
# - git config --global core.autocrlf input
# Build
install
:
# Install the specific Go version.
-
rmdir c:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
-
msiexec /i go%GOVERSION%.windows-amd64.msi /q
-
choco install bzr
-
set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\%Path%
-
go version
-
go env
build
:
false
deploy
:
false
test_script
:
-
build.bat
# - for /f "" %%G in ('go list github.com/33cn/plugin/...') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)
build.bat
0 → 100644
View file @
749d2579
go build -o chain33
go build -o chain33-cli github.com/33cn/plugin/cli
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment