Installing Developer Tools: Build Machine - johnttaylor/epc GitHub Wiki

In addition to the common developer tools, all of the following tools are required for the build server machine:

NOTE: Refer to the canonical tool version page for the required version of each tool being installed.

Jenkins

Click here for install instructions.

NOTE: Jenkins is not required for the local developer environment.

Cloc

Cloc is used to provide Lines-of-Source-code metrics for the builds.

  • NOTE: The cloc executable is not signed. You have the option of not install it (and not use the SLOCCount Jenkins plug-in) or you will need to make an exception/exclusion for in with Windows Defender and/or anti-virus software.
  1. Download the executable from here
    • The executable can be located anywhere, however you need to remember where you located the file - you will need to enter full path information when running the SLOCCount pluggin in Jenkins.

NOTE: Cloc is not required for the local developer environment.