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

Adapting ci

parent d9048f76
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
...@@ -7,8 +7,8 @@ run_cmd ./bin/buildout -c buildout-before-patch.cfg ...@@ -7,8 +7,8 @@ run_cmd ./bin/buildout -c buildout-before-patch.cfg
run_cmd wget https://www.idiap.ch/software/bob/databases/latest/PythonFaceEvaluation.tar.bz2 run_cmd wget https://www.idiap.ch/software/bob/databases/latest/PythonFaceEvaluation.tar.bz2
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
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