Categories: Software Tags: Continuous X
Index
What is Continuous Integration (CI)?
Continuous Integration is the practice of automatically integrating code changes into a software project. It relies on a code repository that supports automated building and testing. Often, CI also involves setting up a build system from scratch, including all dependencies.
Please also see our documentation on “Continuous Integration / Gitlab Cx“.