Commit ddee44d9 authored by vipwzw's avatar vipwzw

not test in windows

parent 9f09dd79
...@@ -30,5 +30,5 @@ build: false ...@@ -30,5 +30,5 @@ build: false
deploy: false deploy: false
test_script: test_script:
- go build github.com/33cn/plugin - build.bat
- for /f "" %%G in ('go list github.com/33cn/plugin/...') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1) # - for /f "" %%G in ('go list github.com/33cn/plugin/...') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)
\ No newline at end of file
go build -o chain33
go build -o chain33-cli github.com/33cn/plugin/cli
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment