Learn About Delphi Continuous Integration With SVN, Jenkins, And DUnitX
November 27, 2020
In this tutorial, you learn how to configure a Jenkins server to build and run a DUnitX test application using MSBuild, to be triggered by commit to a subversion repository, and to notify by email when the test fails.
Brief Introduction to Version Control
Version Control allows you to maintain multiple versions (revisions) of your source code on a remote serverVersion Control assists…