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

Fixing ci

parent 5ae03d60
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
...@@ -8,7 +8,8 @@ run_cmd wget https://www.idiap.ch/software/bob/databases/latest/PythonFaceEvalua ...@@ -8,7 +8,8 @@ run_cmd wget https://www.idiap.ch/software/bob/databases/latest/PythonFaceEvalua
run_cmd mkdir PythonFaceEvaluation run_cmd mkdir PythonFaceEvaluation
run_cmd tar -xjf PythonFaceEvaluation.tar.bz2 -C PythonFaceEvaluation run_cmd tar -xjf PythonFaceEvaluation.tar.bz2 -C PythonFaceEvaluation
run_cmd ./bin/patch_CSU.py PythonFaceEvaluation run_cmd ./bin/patch_CSU.py PythonFaceEvaluation
run_cmd ./bin/buildout buildout:csu-dir=PythonFaceEvaluation run_cmd ./bin/buildout buildout:csu-dir=./PythonFaceEvaluation
export PYTHONPATH="PythonFaceEvaluation:$PYTHONPATH"
if [ -x ./bin/bob_dbmanage.py ]; then if [ -x ./bin/bob_dbmanage.py ]; then
run_cmd ./bin/bob_dbmanage.py all download --force; run_cmd ./bin/bob_dbmanage.py all download --force;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment