mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
20 lines
312 B
YAML
20 lines
312 B
YAML
![]() |
package: xonsh
|
||
|
|
||
|
platform:
|
||
|
- linux-64
|
||
|
|
||
|
engine:
|
||
|
- python=3
|
||
|
|
||
|
script:
|
||
|
- conda build recipe
|
||
|
|
||
|
after_success:
|
||
|
- conda convert -p all /opt/miniconda/conda-bld/linux-64/xonsh-*.tar.bz2 -o /opt/miniconda/conda-bld
|
||
|
|
||
|
after_failure:
|
||
|
- echo "Build failed!"
|
||
|
|
||
|
build_targets:
|
||
|
- /opt/miniconda/conda-bld/*/*.tar.bz2
|