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

Fixing ci

parent 4f9944ac
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
...@@ -49,7 +49,7 @@ stages: ...@@ -49,7 +49,7 @@ stages:
- ./_ci/install.sh _ci #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_test.sh - ./_ci/before_test.sh
script: script:
- export PYTHONPATH="PythonFaceEvaluation:$PYTHONPATH" - cp test.sh ./_ci
- ./_ci/test.sh - ./_ci/test.sh
after_script: after_script:
- ./_ci/after_test.sh - ./_ci/after_test.sh
......
test.sh 0 → 100644
#!/usr/bin/env bash
# Wed 21 Sep 2016 13:08:05 CEST
source $(dirname ${0})/functions.sh
run_cmd cd ${PREFIX}
export PYTHONPATH="../PythonFaceEvaluation:$PYTHONPATH"
# The tests:
run_cmd ${PREFIX}/bin/python ${BOB_PREFIX_PATH}/bin/coverage run --source=${CI_PROJECT_NAME} ${BOB_PREFIX_PATH}/bin/nosetests -sv ${CI_PROJECT_NAME}
run_cmd ${PREFIX}/bin/python ${BOB_PREFIX_PATH}/bin/coverage report
run_cmd ${PREFIX}/bin/python ${BOB_PREFIX_PATH}/bin/sphinx-build -b doctest ${CI_PROJECT_DIR}/doc ${CI_PROJECT_NAME}/sphinx
run_cmd cd ${CI_PROJECT_DIR}
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