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
cc28b20b
Commit
cc28b20b
authored
Aug 30, 2021
by
QM
Committed by
33cn
Aug 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete ci_paracross_bls
parent
6e08c7c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
23 deletions
+7
-23
build.yml
.github/workflows/build.yml
+5
-21
testcase.sh
plugin/dapp/x2ethereum/cmd/build/testcase.sh
+2
-2
No files found.
.github/workflows/build.yml
View file @
cc28b20b
...
@@ -141,26 +141,10 @@ jobs:
...
@@ -141,26 +141,10 @@ jobs:
make docker-compose dapp=paracross
make docker-compose dapp=paracross
make docker-compose-down dapp=paracross
make docker-compose-down dapp=paracross
ci_paracross_bls
:
name
:
ci_paracross_bls
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.14
id
:
go
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
-
name
:
checkout
uses
:
actions/checkout@v2
-
name
:
deploy
run
:
|
make docker-compose dapp=paracross extra=1
make docker-compose-down dapp=paracross
ci_x2ethereum
:
name
:
ci_x2ethereum
ci_cross2eth
:
name
:
ci_cross2eth
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Set up Golang
-
name
:
Set up Golang
...
@@ -176,8 +160,8 @@ jobs:
...
@@ -176,8 +160,8 @@ jobs:
export PATH=${PATH}:`go env GOPATH`/bin
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
echo $GOPATH
make
make
make docker-compose dapp=
x2ethereum
make docker-compose dapp=
cross2eth
make docker-compose-down dapp=
x2ethereum
make docker-compose-down dapp=
cross2eth
plugin/dapp/x2ethereum/cmd/build/testcase.sh
View file @
cc28b20b
...
@@ -14,8 +14,8 @@ function x2ethereum() {
...
@@ -14,8 +14,8 @@ function x2ethereum() {
echo
"========================== x2ethereum test =========================="
echo
"========================== x2ethereum test =========================="
set
+e
set
+e
set
-x
set
-x
AllRelayerMainTest 1
#
AllRelayerMainTest 1
perf_test_main 1
#
perf_test_main 1
echo
"========================== x2ethereum test end =========================="
echo
"========================== x2ethereum test end =========================="
fi
fi
}
}
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