1
0
Fork 0
mirror of https://github.com/ligurio/awesome-ci.git synced 2024-12-04 11:46:51 -05:00
ci/README.md

61 lines
12 KiB
Markdown
Raw Normal View History

2017-11-30 02:50:14 -05:00
## List of Continuous Integration services
There are a lot of cloud [continuous
2017-12-03 09:50:47 -05:00
integration](http://en.wikipedia.org/wiki/Continuous_integration) services. All
2017-11-30 02:50:14 -05:00
of them have different set of functionality, some of them require payment, some
2017-12-03 09:50:47 -05:00
of them are free. I have created a list of such
services to make easy comparison of them and choose more suitable for you.
2017-11-30 02:50:14 -05:00
Some of CI services has open source code thus you can setup them in standalone
mode. Pay attention to the column "Features".
There is a
[similar](https://en.wikipedia.org/wiki/Comparison_of_continuous_integration_software)
comparison on Wikipedia.
2017-11-30 02:49:13 -05:00
| Name | Description | Features | Supported repositories | Documentation | Price |
|------|:-------------:|:-----------:|:-------------:|:-----:|:---------:|
2018-02-02 19:39:36 -05:00
|[Abstruse CI](https://github.com/bleenco/abstruse) | Self-Hosted, Open-Source CI Platform. Based on NodeJS and Docker. | Languages: everything that can be installed on Linux | GitHub, GitLab, BitBucket, Gogs | [Documentation](https://github.com/bleenco/abstruse/tree/master/docs) | [Open Source](https://abstruse.bleenco.io)
|[Appcenter](https://appcenter.ms/) | CI Platform. It connects with Hockeyapp where you can store installers and send their by email | Compatible with Android, iOS, Xamarin, Reactive Native, Cordova, MacOS | GitHub, BitBucket, VSTS | [Documentation](https://docs.microsoft.com/en-us/appcenter/) | [Free with limitations](https://appcenter.ms/#pricing) |
2017-11-30 02:49:13 -05:00
|[Appveyor](https://ci.appveyor.com) | AppVeyor automates building, testing and deployment of .NET applications. | Languages: C#, Xamarin, F#, VB.NET, C/C++, Node.js, Ruby, TypeScript, Go, Java, Python, Perl, Erlang | GitHub, BitBucket | [Documentation](http://www.appveyor.com/docs) | [Free with limitations](http://www.appveyor.com/pricing) |
|[Assertible](https://assertible.com/) | Automated post-deployment testing and web service monitoring | [Example Integrations](https://github.com/assertible/deployments) | GitHub | [Documentation](https://assertible.com/docs) | [Free with limitations](https://assertible.com/plans) |
|[Badwolf](https://github.com/bosondata/badwolf) | Docker based continuous integration and code lint review system for BitBucket | [Source code](https://github.com/bosondata/badwolf) is available | BitBucket | [Documentation](https://badwolf.readthedocs.io/en/latest/) | Free (Open source) |
|[Bitrise](http://bitrise.io/) | iOS Continuous Integration and Delivery. | | GitHub, BitBucket, Custom | [Documentation](http://devcenter.bitrise.io/) | [Free](https://www.bitrise.io/pricing)|
2018-03-19 13:10:14 -04:00
|[Buildkite](https://buildkite.com/) | A build automation platform which gives you complete control, without the pain of running your own CI system. | Languages: Ruby, Python, Node.js, JavaScript, PHP, Go, Rust, Erlang, Elixir, Java, Clojure, Scala, C/C++, Objective-C, Swift, .NET/C#<br />Source code is available: [Buildkite Agent](https://github.com/buildkite/agent) | GitHub, Bitbucket, GitLab, Custom | [Documentation](https://buildkite.com/docs/guides/getting-started) | [14-day Trial](https://buildkite.com/pricing), [Free for Education, Open Source](https://buildkite.com/pricing) |
2017-11-30 02:49:13 -05:00
|[Circle CI](https://circleci.com/) | Continuous Integration and Deployment | | GitHub, Bitbucket | [Documentation](https://circleci.com/docs) | [Pricing](https://circleci.com/pricing) |
|[Code Climate](https://www.codeclimate.com/) | Hosted platform to continuously measure and monitor code quality | Languages: Ruby, Javascript, PHP | GitHub, Custom | [Documentation](http://docs.codeclimate.com/) | [14-day Trial](https://codeclimate.com/pricing) |
|[CodeFresh](https://codefresh.io/) | Codefresh is a Docker-native CI/CD platform. Instantly build, test and deploy Docker images to Kubernetes | Languages: Ruby, Python, Node.js, JavaScript, PHP, Go, Rust, Java, etc | GitHub, BitBucket, GitLab, Webhooks | [Documentation](https://docs.codefresh.io/) | [Pricing](https://codefresh.io/pricing/) |
2018-02-02 19:39:36 -05:00
|[Codeship](https://www.codeship.io/) | One more cloud based CI service: running tests and deployment | Languages: Dart, Elixir, Go, Java and JVM based languages, PHP, Python, Node.JS, Ruby | GitHub, BitBucket | [Documentation](https://www.codeship.io/documentation) [Free ebook](http://ebooks.codeship.io/efficiency-in-development-workflows-by-codeship/) | [Free for opensource projects or 100 builds per month](https://www.codeship.io/pricing) |
2017-11-30 02:49:13 -05:00
|[Concourse CI](http://concourse.ci/) | Self-hosted CI solution written in Golang | | GitHub, generic oAuth | [Documentation](https://concourse.ci/introduction.html) | Free (Open source) |
|[continuousphp](https://continuousphp.com/) | Continuous Integration and deployment for projects writtn in PHP | Languages: PHP | GitHub, BitBucket, GitLab | [Documentation](https://continuousphp.com/documentation/) | [Free for Open source and educational projects](https://continuousphp.com/plans/) |
|[Coveralls](https://coveralls.io) | Coveralls works with your continuous integration server to give you test coverage history and statistics. | Languages: Ruby, Javascript, Python, PHP, C, Objective-C, Scala, GO | GitHub, BitBucket | [Documentation](https://coveralls.zendesk.com/hc/en-us) | [Free for opensource projects](https://coveralls.io/pricing) |
|[Coverity](http://www.coverity.com) | Code analysis, test analysis | Languages: C/C++, Java, C# | | None | [Free for opensource projects](http://softwareintegrity.coverity.com/free-trial-coverity.html) |
|[Coviolations](https://coviolations.io) | Tool for collecting and visualisation code violations works with Travis-CI, drone.io and Jenkins | Source code is available: [Web application](https://github.com/nvbn/coviolations_web), [Application](https://github.com/nvbn/coviolations_app) | | [Documentation](https://coviolationsio.readthedocs.org/en/latest/) | |
|[Drone](https://drone.io/) | Continuous Integration service | [Source code](https://github.com/drone/drone) is available. | GitHub,BitBucket, Google Code, Custom | [Documentation](http://docs.drone.io/) | [Public projects for free](https://drone.io/pricing) |
|[Ebert](https://ebertapp.io/) | Ebert does continuous static analysis of your GitHub repositories and delivers it straight to your Pull Requests, helping your team to focus on what's important and deliver better software. | Languages: Apex, C, Clojure, CoffeeScript, CSS, Elixir, Go, Haskell, Haxe, JavaScript, Markdown, PHP, Python, Ruby, SCSS, Shell, Swift, Vim script. | GitHub | [Documentation](https://ebertapp.io/docs) | [100% free for public repositories on GitHub](https://ebertapp.io/#pricing) |
|[GitLab CI](https://ci.gitlab.org) | | | GitLab | [Documentation](http://docs.gitlab.com/ce/ci/quick_start/README.html) | [Pricing](https://about.gitlab.com/subscription/) |
|[Githost](https://githost.io/) | | | GitLab | [Documentation](https://docs.gitlab.com/) | [Pricing](https://githost.io/plans) |
2017-11-30 02:49:13 -05:00
|[GoCD](https://gocd.io/) | Open source, on-premises continuous delivery tool. | | Git, Perforce, Mercurial,Subversion, TFS, [Custom](https://gocd.io/plugins) | [Documentation](https://docs.gocd.io/) | [Open Source](https://gocd.io/download) |
|[Hound CI](https://houndci.com/) | Review your JavaScript, CoffeeScript, and Ruby code for style guide violations with a trusty hound. | | GitHub | | [Public repositories for free](https://houndci.com/) |
2018-01-17 14:25:04 -05:00
|[Probo.CI](https://probo.ci/) | Continuous Collaboration - break down the barriers between software developers and the other stakeholders involved in a software development project | Underlying engine is OSS, offers several Ubuntu base images, asset pre-upload helps build speed. | GitHub, BitBucket | [Documentation](https://docs.probo.ci/) | 2 month free trial then starts at $30. [Pricing](https://probo.ci/pricing/) |
2017-11-30 02:49:13 -05:00
|[Saucelabs](https://saucelabs.com/) | Automated testing in the cloud for CI | | | [Documentation](https://docs.saucelabs.com/) | [14-day Trial](https://saucelabs.com/pricing) |
|[Scrutinizer](https://scrutinizer-ci.com/) | Build quality software, better | [Sources](https://github.com/scrutinizer-ci) are available | GitHub, BitBucket | [Documentation](https://scrutinizer-ci.com/docs/) | [14-day Trial](https://scrutinizer-ci.com/pricing) |
|[Semaphore](https://semaphoreci.com/) | Hosted continuous integration and delivery solution for open source and private projects. | Ruby, Node.js, JavaScript, Go, Clojure, Elixir, Erlang, Java, PHP, Scala, C/C++ | GitHub, BitBucket | [Documentation](https://semaphoreci.com/docs/) | [Free for Open Source, 100 free builds for private projects](https://semaphoreci.com/pricing) |
2018-03-19 13:12:24 -04:00
|[Shippable](https://www.shippable.com/) | Continuous Delivery | Languages: Ruby, Python, Java, Node.js, Scala, PHP, Go; Databases: MongoDB, MySQL, Redis, Postgres, CouchDB, RethinkDB, Neo4j, and SQLite | GitHub, BitBucket, GitLab | [Documentation](http://docs.shippable.com/) | [Free with limitations](https://www.shippable.com/pricing.html) |
2017-11-30 02:49:13 -05:00
|[Solano CI](https://www.solanolabs.com/) | Hosted service that runs your test suite on a distributed infrastructure - fast | Also offers self-hosted, virtual appliance version called Solano Private CI, used by [Airbnb](http://nerds.airbnb.com/testing-at-airbnb/). | GitHub, BitBucket, GitLab, Custom | [Documentation](http://docs.solanolabs.com/) | [14-day Trial](https://ci.solanolabs.com/signups/new) |
|[StyleCI](https://styleci.io/) | The PHP Coding Style Service, used by [Cachet](https://cachethq.io/). | | GitHub | [Documentation](https://styleci.readme.io/) | [Free for opensource projects](https://styleci.io) |
|[TeamCity](https://www.jetbrains.com/teamcity/) | A Java-based build management and continuous integration server from JetBrains. | Support [wide variety of web browsers and build tools](https://confluence.jetbrains.com/display/TCD10/Supported+Platforms+and+Environments#SupportedPlatformsandEnvironments-BuildRunners) | Git, Subversion, Perforce, Team Foundation Server, Mercurial, CVS, SourceGear Vault 6 and 7, Borland StarTeam 6 and up, IBM Rational ClearCase, Base and UCM modes, Microsoft Visual SourceSafe 6 and 2005 | [Documentation](https://confluence.jetbrains.com/display/TCD10/TeamCity+Documentation) | [Free with limitations](https://www.jetbrains.com/teamcity/buy/#license-type=new-license) |
|[Testling](https://ci.testling.com) | Hosted service that runs your test suite in many different browsers every time you push to GitHub. It can run any test suite so long as it writes TAP to the browser console. | Supported web browsers: [IE, Chrome, Canary, Firefox, nightly Opera, next Safari, iPhone, iPad, android-browser](https://ci.testling.com/guide/advanced_configuration) | | [Documentation](https://ci.testling.com/guide/quick_start) | [Free for opensource projects and 3 min sessions](https://browserling.com/) |
|[Travis CI](https://travis-ci.org/) | Hosted continuous integration service for open source and private projects. | Languages: C, C++, Clojure, Erlang, Go, Groovy, Haskell, Java, Javascript (with Node.js), Objective-C, Perl, PHP, Python, Ruby, Rust, Scala. [Source code](https://github.com/travis-ci/travis-ci) is available. | GitHub | [Documentation](http://docs.travis-ci.com/user/getting-started/) | [Free for opensource projects](https://travis-ci.com/plans) |
|[Visual Studio Team Services](https://www.visualstudio.com/team-services/) | Cloud-based collaboration services for version control, agile planning, continuous delivery, and analytics application for Visual Studio, Eclipse, Xcode. | | Visual Studio Team Services, GitHub, Custom | [Documentation](https://www.visualstudio.com/en-us/docs/overview) | [Free](https://www.visualstudio.com/products/free-developer-offers-vs.aspx) with [monthly build limits](https://www.visualstudio.com/en-us/docs/setup-admin/team-services/get-more-build-or-load-testing-vs) |
|[Wercker](https://app.wercker.com) | Continuous delivery platform | | Docker Hub | [Documentation](http://devcenter.wercker.com/articles/gettingstarted/) | | |
2017-11-30 02:50:14 -05:00
2017-11-30 02:50:14 -05:00
### License
[![CC0 Public Domain](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [Sergey Bronnikov](https://bronevichok.ru) has
waived all copyright and related or neighboring rights to this work.