Skip to content
Snippets Groups Projects
Commit e0620044 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add specificity for bob.buildout

parent 18712844
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,16 @@ source $(dirname ${0})/functions.sh
check_env DOCSERVER
check_env CONDA_PREFIX
check_env CI_PROJECT_NAME
BOB_DOCUMENTATION_SERVER="${DOCSERVER}/software/bob/docs/latest/bob/%s/master/"
PREFIX=`pwd`/${CONDA_PREFIX}
run_cmd $(dirname ${0})/before_build.sh
# zc.recipe.egg needs some special installation instructions
if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
run_cmd ${use_pip} install --no-binary ":all:" zc.recipe.egg
fi
run_cmd ${PREFIX}/bin/pip install --use-wheel --no-index --pre dist/*.whl
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