example of continuous integration on binstar

70 views Asked by At

recently, binstar landed continuous integration, being able to build for linux, osx and windows for both 32 and 64 bit. amazing.

is there a specific conda-recipe for a python module wrapping C++ ( heck a C++ library would be also super interesting ) that achieves building for the complete matrix of platforms?

1

There are 1 answers

0
asmeurer On BEST ANSWER

The tricky part of building for all the different platforms is the conda recipe, not the Binstar matrix. In that case, you should look at the example recipes in https://github.com/conda/conda-recipes.