Skip to content
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

Add Continua CI #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ comparison on Wikipedia.
|[Codemagic](https://codemagic.io/) | Dedicated CI/CD for Flutter mobile, web and desktop projects. | | GitHub, BitBucket, GitLab, Custom | [Documentation](https://docs.codemagic.io/) | 500 build minutes for free each month [Pricing](https://codemagic.io/pricing/) | |
|[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) | |
|[Concourse CI](https://concourse-ci.org/) | Self-hosted CI solution written in Golang | | GitHub, generic oAuth | [Documentation](https://concourse-ci.org/docs.html) | Free (Open source) | |
|[Continua CI](https://www.finalbuilder.com/continua-ci) | A self-hosted, distributed, user-friendly continuous integration server with fully customizable workflows for automating build and testing processes | Supports a [wide range of tools](https://docs.finalbuilder.com/ci/1.0/user-guide/actions/actions.html) and integrates with [FinalBuilder](https://www.finalbuilder.com/finalbuilder) | Git, Subversion, Mercurial, Team Foundation Server, Perforce, Vault, Plastic SCM, Bazaar, Surround SCM, File System | [Documentation](https://docs.finalbuilder.com/ci/1.0/) | [Free for a single concurrent build](https://www.finalbuilder.com/continua-ci/pricing) | |
|[Continuous](https://continuous.sh/) | Fully managed GitHub Actions and GitLab CI/CD runners hosted in Europe | | GitHub, GitLab | None | [pricing](https://continuous.sh/) | |
|[continuousphp](https://continuousphp.com/) | Continuous Integration and deployment for projects written 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://docs.coveralls.io/) | [Free for opensource projects](https://coveralls.io/pricing) | |
Expand Down