Inch CI alternatives and similar gems
Based on the "Services and Apps" category.
Alternatively, view Inch CI alternatives based on common mentions on social networks and blogs.
-
Gitlab CI
GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com -
Travis CI.com
Free continuous integration platform for GitHub projects. -
Travis CI.org
Free continuous integration platform for GitHub projects. -
Traveling Ruby
Self-contained Ruby binaries that can run on any Linux distribution and any macOS machine. [Moved to: https://github.com/FooBarWidget/traveling-ruby] -
PR Dashboard
Review open Pull Requests from your organizations and leave a "LGTM" comment. -
Codacy
Automated Code Review for Ruby, Rails, JS, PHP, Python etc. Security, Coverage & Quality. -
Gemnasium
Monitor your project dependencies and alert you about updates and security vulnerabilities. -
Vexor CI
A distributed cloud web-service for building and testing software, a continuous integration tool for private apps with pay-per-minute billing model. -
ProfileIt
Live production profiling for Ruby on Rails (always FREE for development). -
GitHub
Powerful collaboration, code review, and code management for open source and private projects. -
SemaphoreCI
Hosted continuous integration and deployment service for open source and private projects.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Inch CI or a related project?
Popular Comparisons
README
Inch CI

This will become an automated CI service for Inch.
Installation
Inch CI
is a basic Rails app that requires Sidekiq for its background-workers.
Fork the project, clone it and then execute:
$ bundle install
Configuration
As in every Rails app, you have to configure your database via config/database.yml
. Optionally, you can add a valid GitHub access token to config/access_tokens.yml
(sample files are present in config/
).
Seeding
After configuring the above, you can seed the database using rake db:seed
. This will download the _projects.yml file from the old Inch Pages project and seed the first 5 projects into your database (if you want to add more projects, use COUNT=X rake db:seed
, where X
is the desired number)
Contributing
- Fork it!
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Author
René Föhring (@rrrene)
Credits
Inch CI takes a lot of inspiration from the existing CI services, most notably Travis and Code Climate, which helped me improve my code long before I had the idea for Inch.
License
Inch is released under the MIT License. See the LICENSE.txt file for further details.
*Note that all licence references and agreements mentioned in the Inch CI README section above
are relevant to that project's source code only.