Multi Platform/Configuration build

Hi,

Currently using Community Edition Github version with SonarScanner for MSBuild on a c/c++ solution.
This solution has multi-platform/configuration with even a kernel driver targeting multi Windows platform.
Does sonarqube take advantage of building all the platform/configuration that have different preprocessor variables or does only a single build is needed or even only the first one ?

Thank you,

Hi @Liryna,

no, we analyze the same code which is compiled during the build which is wrapped by build-wrapper.

1 Like