mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update build configuration for anaconda.org. This tries to force conda-convert to run after a build. It seems to have skipped converting to Windows, maybe because converting entries points is not supported.
This commit is contained in:
parent
84270d330c
commit
89daca6da5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ script:
|
||||||
- conda build recipe
|
- conda build recipe
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- conda convert -p all /opt/miniconda/conda-bld/linux-64/xonsh-*.tar.bz2 -o /opt/miniconda/conda-bld
|
- conda convert -p all -f /opt/miniconda/conda-bld/linux-64/xonsh-*.tar.bz2 -o /opt/miniconda/conda-bld
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
- echo "Build failed!"
|
- echo "Build failed!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue