ContinuumIO / ProtoCI

Prototype of CI for conda recipes
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

.binstar.yml for CI builds #7

Closed PeterDSteinberg closed 8 years ago

PeterDSteinberg commented 8 years ago

This PR adds a .binstar.yml to control remote CI builds. There was a problem where the build workers were not able to import root packages, such as conda-build, so the before_script action is added in the .binstar.yml to clone conda and conda-build in the current directory, add them to the PYTHONPATH, so that build2.py could from conda_build.metadata import MetaData

Adjust the username in the .binstar.yml when used.

PeterDSteinberg commented 8 years ago

I need to make a change to build_targets, so don't merge this yet.