Commit 263a00cf authored by mdj33's avatar mdj33 Committed by vipwzw

build

parent cb7a8267
......@@ -141,23 +141,23 @@ jobs:
make docker-compose 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.13
# 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_paracross_bls:
name: ci_paracross_bls
runs-on: ubuntu-latest
steps:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
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
......
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