mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-18 20:42:27 +00:00

* Create community_resources.md * note community_resources * Apply suggestions from code review Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> * fix indentation * Update docs/community_resources.md Co-authored-by: Michael Keck <git@cr0ydon.com> Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> Co-authored-by: Michael Keck <git@cr0ydon.com>
1.7 KiB
1.7 KiB
Community Resources
This is a currated list of various bots and helpfull tools that aim to making approaching Conan-Center-Index and contributing easier.
Bots
- Updatable Recipes: Automatically scans available recipes and checked for new upstream releases and tests one configuration
- The results can be found here: https://qchateau.github.io/conan-center-bot/#/updatable
- Conflicting Pull Requests: Checks all the open pull requests for those which edit the same
recipe files and posts a message.
- The results can be found here: https://github.com/conan-io/conan-center-index/issues/3571
- Pending Review
- The results can be found here: https://github.com/prince-chrismc/conan-center-index-pending-review/issues/1
- System Package Checks: Builds automatically all
system
versions of recipes merged on CCI and being pull requested on a selection of Linux distributions and FreeBSD- The results can be found here: https://github.com/bincrafters/system-packages-checks/actions?query=workflow%3ACI
Tools
- FreeBSD Testing: Detects pull requests with
FreeBSD
in the description and runs a test for one configuration on that platform- The results can be found here: https://github.com/ericLemanissier/conan-center-index/actions?query=workflow%3ACI
- Bincrafters Conventions: Automatically updates Conan recipes to the latest conventions and rules