Continuous integration

Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.

Continuous integration apps

Hound

Automated code reviews

Azure Pipelines

Continuously build, test, and deploy to any platform and cloud

AppVeyor

Cloud service for building, testing and deploying Windows apps

See more Continuous integration apps

Learn about continuous-integration

Wikipedia
Wikipedia

Related topics

See more topics
ci