Simplified subcategories to build automation (#26284)

Categorised in a list the three subcategories to Build automation.
This commit is contained in:
Shreyash Anarase
2018-11-23 21:08:41 +05:30
committed by Aditya
parent ab617a762a
commit d8fc796c03

View File

@ -14,7 +14,10 @@ Its primary purpose is to generate build artifacts through activities like compi
## - Build automation servers:
They are general web based tools that execute build automation utilities on a scheduled or trigger basis; continuous integration server is a type of build automation server.
There are three subcategories to Build automation: Continuous Integration, Configuration management and other Build automation.
There are three subcategories to Build automation:
- Continuous Integration
- Configuration management
- other Build automation.
Below is a list of some notable tool associated with automating build processes:
- GNU make