Skip to content
Snippets Groups Projects
Commit 4e2fbfe2 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

[refactoring2016] Removed the temporary modifications

parent dded0e08
No related branches found
No related tags found
1 merge request!6Issue 8 remove database configuration
Pipeline #
...@@ -33,13 +33,10 @@ variables: ...@@ -33,13 +33,10 @@ variables:
variables: &build_variables variables: &build_variables
BOB_DOCUMENTATION_SERVER: "http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/" BOB_DOCUMENTATION_SERVER: "http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/"
script: script:
- ./bin/buildout -c buildout-dev.cfg - ./bin/buildout
- if [ -x ./bin/bob_dbmanage.py ]; then ./bin/bob_dbmanage.py all download --force; fi - if [ -x ./bin/bob_dbmanage.py ]; then ./bin/bob_dbmanage.py all download --force; fi
- ./bin/sphinx-build doc sphinx - ./bin/sphinx-build doc sphinx
- ./bin/python setup.py bdist_wheel --python-tag ${WHEEL_TAG} - ./bin/python setup.py bdist_wheel --python-tag ${WHEEL_TAG}
- cd ./src/bob.bio.base
- ../../bin/python setup.py bdist_wheel --dist-dir ../../dist --python-tag ${WHEEL_TAG}
- cd ../../
after_script: after_script:
- rm -rf ${CONDA_PREFIX} - rm -rf ${CONDA_PREFIX}
artifacts: artifacts:
...@@ -79,7 +76,7 @@ variables: ...@@ -79,7 +76,7 @@ variables:
before_script: before_script:
- ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX} - ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
- source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX} - source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX}
- pip install --use-wheel --upgrade --no-index --pre dist/*.whl - pip install --use-wheel --no-index --pre dist/*.whl
script: script:
- cd ${CONDA_PREFIX} - cd ${CONDA_PREFIX}
- python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())" - python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
...@@ -254,4 +251,4 @@ test_macosx_35: ...@@ -254,4 +251,4 @@ test_macosx_35:
dependencies: dependencies:
- build_macosx_35 - build_macosx_35
tags: tags:
- conda-macosx - conda-macosx
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment