Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
e19e1fed
Commit
e19e1fed
authored
Feb 20, 2019
by
André Anjos
💬
Browse files
[conda] Standardize conda recipe to match changes for
#5
parent
e2d705ef
Pipeline
#27283
passed with stages
in 8 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
e19e1fed
{
%
set name = 'bob.devtools' %
}
{
%
set project_dir = environ.get('RECIPE_DIR') + '/..' %
}
package
:
name
:
{{
name
}}
...
...
@@ -12,7 +11,7 @@ build:
run_exports
:
-
{{
pin_subpackage(name)
}}
script
:
-
cd {{
project_dir
}}
-
cd {{
environ.get('RECIPE_DIR') + '/..'
}}
{
%
if environ.get('BUILD_EGG') %
}
-
python setup.py sdist --formats=zip
{
%
endif %
}
...
...
@@ -85,7 +84,8 @@ test:
-
bdt ci pypi --help
-
bdt ci readme --help
-
bdt ci clean --help
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc {{ project_dir }}/sphinx
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
-
if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
about
:
home
:
https://www.idiap.ch/software/bob/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment