Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bob.paper.makeup_aim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.paper.makeup_aim
Commits
c79620c5
Commit
c79620c5
authored
Sep 24, 2019
by
Ketan Kotwal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configuration for CI CD
parent
1315a977
Pipeline
#33574
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
+58
-0
conda/conda/meta.yaml
conda/conda/meta.yaml
+58
-0
No files found.
conda/conda/meta.yaml
0 → 100644
View file @
c79620c5
{
%
set name = 'bob.paper.makeup_aim' %
}
{
%
set project_dir = environ.get('RECIPE_DIR') + '/..' %
}
package
:
name
:
{{
name
}}
version
:
{{
environ.get('BOB_PACKAGE_VERSION'
,
'
0.0.1'
)
}}
build
:
skip
:
true
# [not linux]
number
:
{{
environ.get('BOB_BUILD_NUMBER'
,
0)
}}
run_exports
:
-
{{
pin_subpackage(name)
}}
script
:
-
cd {{ project_dir }}
{
%
if environ.get('BUILD_EGG') %
}
-
python setup.py sdist --formats=zip
{
%
endif %
}
-
python setup.py install --single-version-externally-managed --record record.txt
requirements
:
# place your build dependencies before the 'host' section
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
six {{ six }}
-
numpy
-
bob.extension
-
bob.pad.face
-
bob.learn.pytorch
# [linux]
run
:
-
python
-
setuptools
-
six {{ six }}
-
{{
pin_compatible('numpy')
}}
test
:
imports
:
-
{{
name
}}
commands
:
# test commands ("script" entry-points) from your package here
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
-
sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
-
conda inspect linkages -p $PREFIX {{ name }}
# [not win]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
requires
:
-
bob-devel {{ bob_devel }}.*
-
nose
-
coverage
-
sphinx
-
sphinx_rtd_theme
# extend this list with further test-time-only dependencies
about
:
home
:
https://www.idiap.ch/software/bob/
license
:
GNU General Public License v3 (GPLv3)
summary
:
Implements tools for reproducing experiments for detection of makeup attacks
license_family
:
GPL
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