Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.atnt
Commits
7fae0609
Commit
7fae0609
authored
Aug 16, 2016
by
André Anjos
💬
Browse files
[ci] Update CI scripts
parent
68b2984b
Pipeline
#3153
passed with stages
in 13 minutes and 30 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7fae0609
...
...
@@ -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
...
...
buildout.cfg
View file @
7fae0609
...
...
@@ -11,3 +11,4 @@ verbose = true
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true
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