Azure DevOps – Template for Builds + Running Tests and Capturing Results

[Estimated Reading Time: 9 minutes] A more complete build script, re-usable in the form of a template, that caters for different Delphi versions, combined with a demonstration of running unit tests and capturing results for reporting and analysis in Azure DevOps Pipelines.

Build Automation With Train

[Estimated Reading Time: 5 minutes] A comment from Kevin P brought a build automation tool to my attention this evening, called Train. Train is a JavaScript based build automation tool from a little company called RemObjects. It is written in Oxygene but the API provides specific support for Delphi. It’s an open source project and free (as in beer). So I decided to check it out.