Difference between revisions of "Build automation"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
== See also == | == See also == | ||
+ | * [[Apache Maven]] - a build automation tool used primarily for [[Java (programming language)|Java]]. | ||
+ | * [[Application release automation]] | ||
+ | * [[Continuous Configuration Automation]] | ||
+ | * [[Continuous integration]] | ||
+ | * [[Continuous delivery]] | ||
+ | * [[Continuous testing]] | ||
* [[DevOps]] | * [[DevOps]] | ||
+ | * [[List of build automation software]] | ||
+ | * [[Product family engineering]] | ||
+ | * [[Release engineering]] | ||
+ | * [[Software configuration management]] | ||
+ | * [[Unit testing]] | ||
== External links == | == External links == |
Latest revision as of 13:12, 5 December 2016
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