Commit 24aa0c1c authored by madengji's avatar madengji Committed by 33cn

add path

parent 3322af30
......@@ -45,7 +45,7 @@ jobs:
before_script: make build_ci
script:
- basepath=$(cd `dirname $0`; pwd) && \
make docker-compose && make docker-compose-down && cd $basepath\
make docker-compose PROJ=relay DAPP=relay && make docker-compose-down PROJ=relay DAPP=relay && cd $basepath\
make docker-compose PROJ=paracross DAPP=paracross && make docker-compose-down PROJ=paracross DAPP=paracross && cd $basepath\
make docker-compose && make docker-compose-down && cd $basepath &&\
make docker-compose PROJ=relay DAPP=relay && make docker-compose-down PROJ=relay DAPP=relay && cd $basepath &&\
make docker-compose PROJ=paracross DAPP=paracross && make docker-compose-down PROJ=paracross DAPP=paracross && cd $basepath &&\
make docker-compose PROJ=all DAPP=all && make docker-compose-down PROJ=all DAPP=all
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