Difference between revisions of "Build automation"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
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 ==

Revision as of 14:11, 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

External links