Difference between revisions of "Build automation"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
 
Line 7: Line 7:
 
== See also ==
 
== See also ==
  
* [[Apache Maven]] - a [[build automation]] tool used primarily for [[Java (programming language)|Java]].
+
* [[Apache Maven]] - a build automation tool used primarily for [[Java (programming language)|Java]].
 
* [[Application release automation]]
 
* [[Application release automation]]
 
* [[Continuous Configuration Automation]]
 
* [[Continuous Configuration Automation]]

Latest revision as of 14: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

External links