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
376cbc5c
Unverified
Commit
376cbc5c
authored
Jun 27, 2019
by
vipwzw
Committed by
GitHub
Jun 27, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #545 from mdj33/issue544_add_para_toml
配置缺省 chain33.para.toml
parents
5c62f0d9
dce8b100
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile
Makefile
+3
-1
chain33.para.toml
chain33.para.toml
+0
-0
No files found.
Makefile
View file @
376cbc5c
...
@@ -20,17 +20,19 @@ MKDIR=$(dir $(MKPATH))
...
@@ -20,17 +20,19 @@ MKDIR=$(dir $(MKPATH))
proj
:=
"build"
proj
:=
"build"
.PHONY
:
default dep all build release cli linter race test fmt vet bench msan coverage coverhtml docker docker-compose protobuf clean help autotest
.PHONY
:
default dep all build release cli linter race test fmt vet bench msan coverage coverhtml docker docker-compose protobuf clean help autotest
default
:
build depends
default
:
depends build
build
:
build
:
go build
$(BUILD_FLAGS)
-v
-i
-o
$(APP)
go build
$(BUILD_FLAGS)
-v
-i
-o
$(APP)
go build
$(BUILD_FLAGS)
-v
-i
-o
$(CLI)
$(SRC_CLI)
go build
$(BUILD_FLAGS)
-v
-i
-o
$(CLI)
$(SRC_CLI)
@
cp
chain33.toml
$(CHAIN33_PATH)
/build/system-test-rpc.sh build/
@
cp
chain33.toml
$(CHAIN33_PATH)
/build/system-test-rpc.sh build/
@
cp
chain33.para.toml build/ci/paracross/
build_ci
:
depends
##
Build the binary file for CI
build_ci
:
depends
##
Build the binary file for CI
@
go build
-v
-i
-o
$(CLI)
$(SRC_CLI)
@
go build
-v
-i
-o
$(CLI)
$(SRC_CLI)
@
go build
$(BUILD_FLAGS)
-v
-o
$(APP)
@
go build
$(BUILD_FLAGS)
-v
-o
$(APP)
@
cp
chain33.toml
$(CHAIN33_PATH)
/build/system-test-rpc.sh build/
@
cp
chain33.toml
$(CHAIN33_PATH)
/build/system-test-rpc.sh build/
@
cp
chain33.para.toml build/ci/paracross/
para
:
para
:
@
go build
-v
-o
build/
$(NAME)
-ldflags
"-X
$(SRC_CLI)
/buildflags.ParaName=user.p.
$(NAME)
. -X
$(SRC_CLI)
/buildflags.RPCAddr=http://localhost:8901"
$(SRC_CLI)
@
go build
-v
-o
build/
$(NAME)
-ldflags
"-X
$(SRC_CLI)
/buildflags.ParaName=user.p.
$(NAME)
. -X
$(SRC_CLI)
/buildflags.RPCAddr=http://localhost:8901"
$(SRC_CLI)
...
...
plugin/dapp/paracross/cmd/build/
chain33.para.toml
→
chain33.para.toml
View file @
376cbc5c
File moved
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