CI/CD ifisser Continuous Integration u Continuous Delivery/Deployment — prattiki li jottomatizzaw il-bini, it-test, u d-deploy tas-software. L-għan hu li rrileżaw bidliet ta' spiss, b'mod affidabbli u mabegħ, bl-awtomazzjoni tissostitwixxi l-proċessi manuali, ħassiba għal żbalji.
CI — Continuous Integration
CONTINUOUS INTEGRATION: developers frequently merge code into a shared branch, and each
change is AUTOMATICALLY built and tested:
→ on every push/PR: build the code + run tests (automatically)
→ catch integration problems and bugs EARLY (immediately, not weeks later)
→ keep the main branch in a working state
→ Frequent integration + automated verification = fewer, smaller, easier-to-fix problems.
