Build automation
From Wiki @ Karl Jones dot com
Build automation is the process of automating the creation of a software build and the associated processes including:
- Compiling computer source code into binary code
- Packaging binary code
- Running automated tests
See also
- Apache Maven - a build automation tool used primarily for Java.
- Application release automation
- Continuous Configuration Automation
- Continuous integration
- Continuous delivery
- Continuous testing
- DevOps
- List of build automation software
- Product family engineering
- Release engineering
- Software configuration management
- Unit testing
External links
- Build automation @ Wikipedia