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
fe2cce96
There was a problem fetching the pipeline summary.
Commit
fe2cce96
authored
8 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
Fixing ci
parent
5ae03d60
No related branches found
No related tags found
1 merge request
!1
Standarization
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+2
-1
2 additions, 1 deletion
build.sh
with
2 additions
and
1 deletion
build.sh
+
2
−
1
View file @
fe2cce96
...
@@ -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
;
...
...
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