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
a742e0b5
Commit
a742e0b5
authored
Jun 16, 2020
by
madengji
Committed by
33cn
Jun 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
02706cbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
51 deletions
+51
-51
build.yml
.github/workflows/build.yml
+51
-51
No files found.
.github/workflows/build.yml
View file @
a742e0b5
...
@@ -100,57 +100,57 @@ jobs:
...
@@ -100,57 +100,57 @@ jobs:
make docker-compose
make docker-compose
make docker-compose-down
make docker-compose-down
ci_paracross
:
ci_paracross
:
name
:
paracross
name
:
paracross
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Set up Golang
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
uses
:
actions/setup-go@v2
with
:
with
:
go-version
:
1.13
go-version
:
1.13
id
:
go
id
:
go
-
name
:
set go env
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
run
:
export PATH=${PATH}:`go env GOPATH`/bin
-
name
:
checkout
-
name
:
checkout
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
deploy
-
name
:
deploy
run
:
|
run
:
|
make docker-compose dapp=paracross
make docker-compose dapp=paracross
make docker-compose-down dapp=paracross
make docker-compose-down dapp=paracross
ci_x2ethereum
:
ci_x2ethereum
:
name
:
x2ethereum
name
:
x2ethereum
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Set up Golang
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
uses
:
actions/setup-go@v2
with
:
with
:
go-version
:
1.13
go-version
:
1.13
id
:
go
id
:
go
-
name
:
set go env
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
run
:
export PATH=${PATH}:`go env GOPATH`/bin
-
name
:
checkout
-
name
:
checkout
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
deploy
-
name
:
deploy
run
:
|
run
:
|
make docker-compose dapp=x2ethereum
make docker-compose dapp=x2ethereum
make docker-compose-down dapp=x2ethereum
make docker-compose-down dapp=x2ethereum
ci_relay
:
ci_relay
:
name
:
relay
name
:
relay
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Set up Golang
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
uses
:
actions/setup-go@v2
with
:
with
:
go-version
:
1.13
go-version
:
1.13
id
:
go
id
:
go
-
name
:
set go env
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
run
:
export PATH=${PATH}:`go env GOPATH`/bin
-
name
:
checkout
-
name
:
checkout
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
deploy
-
name
:
deploy
run
:
|
run
:
|
make docker-compose dapp=relay
make docker-compose dapp=relay
make docker-compose-down dapp=relay
make docker-compose-down dapp=relay
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