continuous integration
This article is a stub. You can help the IndieWeb wiki by expanding it.
Continuous Integration is the act of continuously building and testing developer changes using automation such that mistakes and bugs are discovered closer to the point where the code was changed.
It's often done in conjunction with automated testing of the build artifacts and, if everything passes, then is deployed using continuous deploy methods.
Software
Software often used for continuous integration:
Services
Services often used for continuous integration:
See Also
- continuous deploy
- GitLab has integrated CI (both in the run-yourself version as in the free hosted one)