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
55e228d6
Commit
55e228d6
authored
Jan 20, 2019
by
André Anjos
💬
Browse files
Revert "[conda] Try to get rid of project_dir conda template variable"
This reverts commit
6eeb9aa5
.
parent
6eeb9aa5
Pipeline
#26137
passed with stages
in 6 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
55e228d6
{
%
set name = 'bob.devtools' %
}
{
%
set project_dir = environ.get('RECIPE_DIR') + '/..' %
}
package
:
name
:
{{
name
}}
...
...
@@ -11,7 +12,7 @@ build:
run_exports
:
-
{{
pin_subpackage(name)
}}
script
:
-
cd {{
environ.get('RECIPE_DIR') + '/..'
}}
-
cd {{
project_dir
}}
{
%
if environ.get('BUILD_EGG') %
}
-
python setup.py sdist --formats=zip
{
%
endif %
}
...
...
@@ -67,7 +68,7 @@ test:
-
bdt ci build --help
-
bdt ci deploy --help
-
bdt ci pypi --help
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc
{{ project_dir }}/
sphinx
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