![]() |
OpenMake Meister |
Workflows execute different steps, called Workflow Activities. A Build, which is the action of converting source code to binaries through the compile and link process, is executed as part of a Workflow. In order to call your software Build as part of the Workflow, it must be automated to execute without manual intervention. In other words it cannot require a point and click process. OpenMake Meister provides a high level of Build Automation, including the automatic generation of Build Scripts, source code dependency management, Build acceleration and Build audit. Build Scripts contain the build automation logic and are traditionally manually written by developers using languages such as Maven, Make or Ant. Manually written Build scripts offer a low level of Build automation. You can use either OpenMake Meister or manually written static scripts to perform your Build automation Workflow Activity.