Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which program analysis tools for Delphi support continuous integration systems? [closed]

Which static or dynamic program analysis tools for Delphi provide integration with continuous integration (CI) software?

For example these (open source and commercial) CI systems:

  • Hudson/Jenkins
  • Atlassian Bamboo
  • JetBrains TeamCity
  • VSoft FinalBuilder
  • Smartbear Automated Build Studio

(If the program analysis tools provide output in a format which can be used by the CI report generation subsystem, this would be helpful to know too.)

like image 871
mjn Avatar asked Dec 10 '12 08:12

mjn


People also ask

What is static analysis tool?

Static analysis tools refer to a wide array of tools that examine source code, executables, or even documentation, to find problems before they happen; without actually running the code.

Which of the following is a type of C static code analysis tool?

Helix QAC is an excellent static analysis testing tool for C and C++ code from Perforce (formerly PRQA).


1 Answers

These code analysis tools for Delphi have CI support:

  • Sonar plugin for Delphi: integration with Hudson/Jenkins (including reports)
  • Delphi Code Coverage: integration with Hudson/Jenkins (including EMMA report integration)
like image 173
mjn Avatar answered Sep 28 '22 05:09

mjn