Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.csu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.bio.csu
Commits
84374f25
There was a problem fetching the pipeline summary.
Commit
84374f25
authored
8 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
Reverted to the old ci
parent
a62a9827
No related branches found
No related tags found
1 merge request
!1
Standarization
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
requirements.txt
+1
-0
1 addition, 0 deletions
requirements.txt
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
84374f25
...
@@ -29,6 +29,7 @@ variables:
...
@@ -29,6 +29,7 @@ variables:
-
git clean -ffdx
-
git clean -ffdx
-
curl --silent https://gitlab.idiap.ch/bob/bob/snippets/7/raw | tr -d '\r' > bootstrap-conda.sh
-
curl --silent https://gitlab.idiap.ch/bob/bob/snippets/7/raw | tr -d '\r' > bootstrap-conda.sh
-
chmod 755 ./bootstrap-conda.sh
-
chmod 755 ./bootstrap-conda.sh
-
sed 1d requirements.txt > requirements.txt
# GAMBIT to remove pillow<3
-
./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
-
./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
variables
:
&build_variables
variables
:
&build_variables
BOB_DOCUMENTATION_SERVER
:
"
http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/"
BOB_DOCUMENTATION_SERVER
:
"
http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/"
...
@@ -83,7 +84,7 @@ variables:
...
@@ -83,7 +84,7 @@ variables:
before_script
:
before_script
:
-
./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
-
./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
-
source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX}
-
source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX}
-
conda install --yes -c conda-forge -p ${CONDA_PREFIX} opencv==2.4.12
-
conda install --yes -c conda-forge -p ${CONDA_PREFIX} opencv==2.4.12
pillow==2.9.0
-
pip install --use-wheel --no-index --pre dist/*.whl
-
pip install --use-wheel --no-index --pre dist/*.whl
script
:
script
:
-
cd ${CONDA_PREFIX}
-
cd ${CONDA_PREFIX}
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
0
View file @
84374f25
pillow
<3
setuptools
setuptools
bob.extension
bob.extension
bob.blitz
bob.blitz
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment