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
bob
bob.db.mobio
Commits
e8aaee09
Commit
e8aaee09
authored
Aug 16, 2016
by
André Anjos
💬
Browse files
[ci] Add database download
parent
0a47d9e1
Pipeline
#3137
passed with stages
in 13 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8aaee09
...
...
@@ -79,6 +79,7 @@ variables:
script
:
-
cd ${CONDA_PREFIX}
-
python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
-
if [ -x ${CONDA_PREFIX}/bin/bob_db_manage.py ]; then ${CONDA_PREFIX}/bin/bob_db_manage.py all download -v; fi
-
coverage run --source=${CI_PROJECT_NAME} ./bin/nosetests -sv ${CI_PROJECT_NAME}
-
coverage report
-
sphinx-build -b doctest ../doc ../sphinx
...
...
@@ -250,4 +251,4 @@ test_macosx_35:
dependencies
:
-
build_macosx_35
tags
:
-
conda-macosx
\ No newline at end of file
-
conda-macosx
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