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

Fix test functions

parent 22b5c67b
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,4 @@
source $(dirname ${0})/functions.sh
check_env DOCSERVER
check_env CONDA_PREFIX
BOB_DOCUMENTATION_SERVER="${DOCSERVER}/software/bob/docs/latest/bob/%s/master/"
PREFIX=`pwd`/${CONDA_PREFIX}
run_cmd $(dirname ${0})/before_build.sh
run_cmd ${PREFIX}/bin/pip install --use-wheel --no-index --pre dist/*.whl
run_cmd $(dirname ${0})/before_test.sh
#!/usr/bin/env bash
# Wed 21 Sep 2016 13:08:05 CEST
run_cmd $(dirname ${0})/before_test.sh
source $(dirname ${0})/functions.sh
check_env DOCSERVER
check_env CONDA_PREFIX
BOB_DOCUMENTATION_SERVER="${DOCSERVER}/software/bob/docs/latest/bob/%s/master/"
PREFIX=`pwd`/${CONDA_PREFIX}
run_cmd $(dirname ${0})/before_build.sh
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.
Please register or to comment