mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

It builds using the linux-64 worker on Anaconda.org, then converts the conda packages to osx-64, linux-32, win-32, win-64
19 lines
312 B
YAML
19 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
|