This project is analysed on SonarCloud!
It is very easy to run an analysis on a C/C++/Objective-C project and push it to SonarCloud:
- Create a
sonar-project.properties
files to store your configuration - In your
.travis.yml
file:- Activate the Travis Add-on
- Wrap your compilation with the Build Wrapper
- Run
sonar-scanner
later on
You can take a look at the sonar-project.properties and .travis.yml files of this project to see it in practice.