.. _developer_ci: Continous Integration ===================== Motivation ---------- Continous Integration (CI) systems are built to ensure that input and output files of each teams are - Correct - Reproducable - Consistent with other teams CI system is automatically triggered on - Main branch: the master branch of the codebase - A pull request on main branch Workflows --------- TBD