Skip to content
Snippets Groups Projects
Commit 55e228d6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Revert "[conda] Try to get rid of project_dir conda template variable"

This reverts commit 6eeb9aa5.
parent 6eeb9aa5
Branches
Tags
No related merge requests found
Pipeline #26137 passed
{% 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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment