Use InspectCode in CI
I am fairly new to CI, but have used Resharper for quite some time. Now that I am intergration Resharper in a team project, I thought it would be much easier to also have a CI that checks on the things the Resharper checks.
Now i found about the InspectCode.exe (https://www.jetbrains.com/help/resharper/2016.2/InspectCode.html), but could not find something about implenting it a CI server. It notes, that it should be possible:
> A more promising case is to use InspectCode on a CI server where you can integrate it in the build script and add code inspection results to your build reports and messages.
I was wondering, how i can implement this on a server like Travis-CI.
Much appreciated!
Please sign in to leave a comment.
Hello
According to https://github.com/travis-ci/travis-ci/issues/216, Travis-CI does not support Windows OS, but InspectCode can be run only on Windows OS. So I do not think it is possible to run InspectCode on Travis-CI.
Thanks!