Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
d4cd9b72
Unverified
Commit
d4cd9b72
authored
Apr 25, 2017
by
Jamesie Pic
Browse files
Gitlab-ci Pipeline configuration
parent
41bff5f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d4cd9b72
...
...
@@ -5,12 +5,31 @@ cache:
paths
:
-
"
$CI_PROJECT_DIR/pip-cache"
key
:
"
$CI_PROJECT_ID"
job test
:
script
:
-
tox
stages
:
-
test
-
deploy
before_script
:
-
pip install --user tox
-
export PATH="$HOME/.local/bin:$PATH"
unit
:
stage
:
test
script
:
tox -e py27
tags
:
[
memopol
]
job install
:
qa
:
stage
:
test
script
:
tox -e qa
tags
:
[
memopol
]
docs
:
stage
:
test
script
:
tox -e docs
tags
:
[
memopol
]
deploy
:
script
:
-
source /srv/memopol/memopol_env/bin/activate
-
cd /srv/memopol/memopol_env/src/memopol/docs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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