Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
bob.bio.csu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.bio.csu
Commits
53313884
Commit
53313884
authored
Sep 29, 2016
by
Tiago de Freitas Pereira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted to the old ci
parent
17a11b14
Pipeline
#4174
failed with stage
in 1 minute and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-3
requirements.txt
requirements.txt
+1
-1
No files found.
.gitlab-ci.yml
View file @
53313884
...
...
@@ -84,10 +84,9 @@ variables:
-
./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
-
source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX}
-
conda install --yes -c conda-forge -p ${CONDA_PREFIX} opencv==2.4.12
-
pip install --use-wheel --
no-index --
pre dist/*.whl
-
pip install --use-wheel --pre dist/*.whl
script
:
-
cd ${CONDA_PREFIX}
-
pwd
-
cd ${CONDA_PREFIX}
-
export PYTHONPATH="../PythonFaceEvaluation/src:$PYTHONPATH"
-
python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
-
coverage run --source=${CI_PROJECT_NAME} ./bin/nosetests -sv ${CI_PROJECT_NAME}
...
...
requirements.txt
View file @
53313884
setuptools
P
illow
<3
p
illow
<3
bob.extension
bob.blitz
bob.core
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment