Commit 366b1b8e authored by madengji's avatar madengji Committed by 33cn

add stage

parent 24aa0c1c
......@@ -44,8 +44,15 @@ jobs:
- sudo mv docker-compose /usr/local/bin
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 PROJ=all DAPP=all && make docker-compose-down PROJ=all DAPP=all
- make docker-compose && make docker-compose-down
- stage: deploy-paracross
sudo: required
services:
- docker
env:
- DOCKER_COMPOSE_VERSION=1.21.2
install: skip
before_script: make build_ci
script:
- make docker-compose PROJ=paracross DAPP=paracross && make docker-compose-down PROJ=paracross DAPP=paracross
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