What is Build Automation?
Tools or frameworks that allow source code to be automatically compiled into releasable binaries. Usually includes code-level unit testing ...

https://www.interviewquestionspdf.com/2017/01/what-is-build-automation.html
Tools or frameworks that allow source code to be automatically compiled into releasable binaries. Usually includes code-level unit testing to ensure individual pieces of code behave as expected.