Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.vein
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
bob
bob.bio.vein
Commits
630dcf0e
There was a problem fetching the pipeline summary.
Commit
630dcf0e
authored
8 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
[refactoring2016] Preparing merge
parent
0fc8cc34
No related branches found
No related tags found
2 merge requests
!8
Marge master into package-update to get the Issue-8 changes
,
!5
Issue 8 remove database configuration
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-5
2 additions, 5 deletions
.gitlab-ci.yml
develop.cfg
+1
-1
1 addition, 1 deletion
develop.cfg
with
3 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
5
View file @
630dcf0e
...
...
@@ -33,13 +33,10 @@ variables:
variables
:
&build_variables
BOB_DOCUMENTATION_SERVER
:
"
http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/"
script
:
-
./bin/buildout
-c develop.cfg
-
./bin/buildout
-
if [ -x ./bin/bob_dbmanage.py ]; then ./bin/bob_dbmanage.py all download --force; fi
-
./bin/sphinx-build doc sphinx
-
./bin/python setup.py bdist_wheel --python-tag ${WHEEL_TAG}
-
cd ./src/bob.bio.base
-
../../bin/python setup.py bdist_wheel --dist-dir ../../dist --python-tag ${WHEEL_TAG}
-
cd ../../
after_script
:
-
rm -rf ${CONDA_PREFIX}
artifacts
:
...
...
@@ -79,7 +76,7 @@ variables:
before_script
:
-
./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
-
source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX}
-
pip install --use-wheel
--upgrade
--no-index --pre dist/*.whl
-
pip install --use-wheel --no-index --pre dist/*.whl
script
:
-
cd ${CONDA_PREFIX}
-
python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
...
...
This diff is collapsed.
Click to expand it.
develop.cfg
+
1
−
1
View file @
630dcf0e
...
...
@@ -59,7 +59,7 @@ bob.db.biowave_test = git git@gitlab.idiap.ch:bob/bob.db.biowave_test
bob.learn.activation
=
git git@gitlab.idiap.ch:bob/bob.learn.activation
bob.learn.linear
=
git git@gitlab.idiap.ch:bob/bob.learn.linear
bob.learn.em
=
git git@gitlab.idiap.ch:bob/bob.learn.em
bob.bio.base
=
git git@gitlab.idiap.ch:bob/bob.bio.base
branch=issue-8-remove-database-configuration
bob.bio.base
=
git git@gitlab.idiap.ch:bob/bob.bio.base
[scripts]
...
...
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