-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Info? #15
Comments
With merge of PR #12 we have the ability to submit builds to win-64, linux-64, osx-64 for any of conda-recipes packages. Outstanding items are related to the operation of the build workers:
|
I think more generally, the idea is to better support CI of recipe-repositories. We would like to improve the quality of the conda-recipes repository without the requirement of creating any additional work, as conda-forge requires. It would also be great to create a CI system that bridges all platforms. This project is also a dog-fooding opportunity for us in using the Anaconda build system. This project itself will likely not be used, but will likely become a set of tools that can be placed into another package tree, to build out that package tree using the Anaconda build system.. |
I currently run such a After the setup, it's currently a "add a commit for a new version of a package" workload. The nicest thing was, that I was able to add automatic pypi uploads in a conda recipe: https://github.com/JanSchulz/package-builder/tree/master/recipes/pypandoc :-) |
Automatic PyPI uploads are nice indeed. I think this project is developing a workflow that is slightly more advanced than conda smithy by being able to build packages beyond/outside a PR if they have a dependency relation with the packages affected by the PR. |
This seems interesting. What is the plan here?
The text was updated successfully, but these errors were encountered: