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
9ea4f3ad
Commit
9ea4f3ad
authored
Aug 16, 2016
by
André Anjos
💬
Browse files
[ci] Ship wheel with sql file inside
parent
e8aaee09
Pipeline
#3151
passed with stages
in 14 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9ea4f3ad
...
...
@@ -34,6 +34,7 @@ variables:
BOB_DOCUMENTATION_SERVER
:
"
http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/"
script
:
-
./bin/buildout
-
if [ -x ./bin/bob_db_manage.py ]; then ./bin/bob_db_manage.py all download --force; fi
-
./bin/sphinx-build doc sphinx
-
./bin/python setup.py bdist_wheel --python-tag ${WHEEL_TAG}
after_script
:
...
...
@@ -79,7 +80,6 @@ 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
...
...
@@ -251,4 +251,4 @@ test_macosx_35:
dependencies
:
-
build_macosx_35
tags
:
-
conda-macosx
-
conda-macosx
\ No newline at end of file
buildout.cfg
View file @
9ea4f3ad
...
...
@@ -10,4 +10,5 @@ newest = false
verbose = true
[scripts]
recipe = bob.buildout:scripts
\ No newline at end of file
recipe = bob.buildout:scripts
dependent-scripts = true
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