Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.measure
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.measure
Commits
d33d3208
Commit
d33d3208
authored
7 years ago
by
akomaty@idiap.ch
Committed by
Amir MOHAMMADI
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
modified README, updated conf.py [skip ci]
parent
834b46a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+45
-45
45 additions, 45 deletions
.gitlab-ci.yml
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
README.rst
+5
-4
5 additions, 4 deletions
README.rst
doc/conf.py
+0
-1
0 additions, 1 deletion
doc/conf.py
with
51 additions
and
51 deletions
.gitlab-ci.yml
+
45
−
45
View file @
d33d3208
...
...
@@ -142,31 +142,6 @@ deploy_linux_27:
-
conda-linux
# Linux + Python 3.4: Builds and tests
build_linux_34
:
<<
:
*build_job
variables
:
&linux_34_build_variables
PYTHON_VERSION
:
"
3.4"
tags
:
-
conda-linux
test_linux_34
:
<<
:
*test_job
variables
:
*linux_34_build_variables
dependencies
:
-
build_linux_34
tags
:
-
conda-linux
wheels_linux_34
:
<<
:
*wheels_job
variables
:
*linux_34_build_variables
dependencies
:
-
build_linux_34
tags
:
-
conda-linux
# Linux + Python 3.5: Builds, tests and uploads wheel
build_linux_35
:
<<
:
*build_job
...
...
@@ -200,6 +175,31 @@ docs_linux_35:
-
conda-linux
# Linux + Python 3.6: Builds and tests
build_linux_36
:
<<
:
*build_job
variables
:
&linux_36_build_variables
PYTHON_VERSION
:
"
3.6"
tags
:
-
conda-linux
test_linux_36
:
<<
:
*test_job
variables
:
*linux_36_build_variables
dependencies
:
-
build_linux_36
tags
:
-
conda-linux
wheels_linux_36
:
<<
:
*wheels_job
variables
:
*linux_36_build_variables
dependencies
:
-
build_linux_36
tags
:
-
conda-linux
# Mac OSX + Python 2.7: Builds and tests
build_macosx_27
:
<<
:
*build_job
...
...
@@ -225,51 +225,51 @@ wheels_macosx_27:
-
conda-macosx
# Mac OSX + Python 3.
4
: Builds and tests
build_macosx_3
4
:
# Mac OSX + Python 3.
5
: Builds and tests
build_macosx_3
5
:
<<
:
*build_job
variables
:
&macosx_3
4
_build_variables
PYTHON_VERSION
:
"
3.
4
"
variables
:
&macosx_3
5
_build_variables
PYTHON_VERSION
:
"
3.
5
"
tags
:
-
conda-macosx
test_macosx_3
4
:
test_macosx_3
5
:
<<
:
*test_job
variables
:
*macosx_3
4
_build_variables
variables
:
*macosx_3
5
_build_variables
dependencies
:
-
build_macosx_3
4
-
build_macosx_3
5
tags
:
-
conda-macosx
wheels_macosx_3
4
:
wheels_macosx_3
5
:
<<
:
*wheels_job
variables
:
*macosx_3
4
_build_variables
variables
:
*macosx_3
5
_build_variables
dependencies
:
-
build_macosx_3
4
-
build_macosx_3
5
tags
:
-
conda-macosx
# Mac OSX + Python 3.
5
: Builds and tests
build_macosx_3
5
:
# Mac OSX + Python 3.
6
: Builds and tests
build_macosx_3
6
:
<<
:
*build_job
variables
:
&macosx_3
5
_build_variables
PYTHON_VERSION
:
"
3.
5
"
variables
:
&macosx_3
6
_build_variables
PYTHON_VERSION
:
"
3.
6
"
tags
:
-
conda-macosx
test_macosx_3
5
:
test_macosx_3
6
:
<<
:
*test_job
variables
:
*macosx_3
5
_build_variables
variables
:
*macosx_3
6
_build_variables
dependencies
:
-
build_macosx_3
5
-
build_macosx_3
6
tags
:
-
conda-macosx
wheels_macosx_3
5
:
wheels_macosx_3
6
:
<<
:
*wheels_job
variables
:
*macosx_3
5
_build_variables
variables
:
*macosx_3
6
_build_variables
dependencies
:
-
build_macosx_3
5
-
build_macosx_3
6
tags
:
-
conda-macosx
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
1
View file @
d33d3208
include LICENSE README.rst
bootstrap-buildout.py
buildout.cfg develop.cfg requirements.txt version.txt
include LICENSE README.rst buildout.cfg develop.cfg requirements.txt version.txt
recursive-include doc conf.py *.rst
recursive-include bob *.h *.cpp
recursive-include bob/measure/data *.*
This diff is collapsed.
Click to expand it.
README.rst
+
5
−
4
View file @
d33d3208
...
...
@@ -7,6 +7,8 @@
:target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.measure/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.measure/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.measure/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.measure/badges/master/coverage.svg
:target: https://gitlab.idiap.ch/bob/bob.measure/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.measure
.. image:: http://img.shields.io/pypi/v/bob.measure.svg
...
...
@@ -27,11 +29,10 @@ experiments.
Installation
------------
Follow our
`installation`_ instructions. Then,
using the Python interpreter
provided by the distribution, bootstrap and buildout this package
::
Complete Bob's
`installation`_ instructions. Then,
to install this pacakge,
run
::
$ python bootstrap-buildout.py
$ ./bin/buildout
$ conda install bob.measure
Contact
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
0
−
1
View file @
d33d3208
...
...
@@ -232,7 +232,6 @@ autodoc_member_order = 'bysource'
autodoc_default_flags
=
[
'
members
'
,
'
undoc-members
'
,
'
inherited-members
'
,
'
show-inheritance
'
,
]
...
...
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