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
366b1b8e
Commit
366b1b8e
authored
Nov 14, 2018
by
madengji
Committed by
33cn
Nov 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add stage
parent
24aa0c1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
.travis.yml
.travis.yml
+12
-5
No files found.
.travis.yml
View file @
366b1b8e
...
...
@@ -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
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