We are currently using GitLab and QuickBuild for our Android Projects. I have to integrate Sonarqube to have a pre check before every build. I'm not able to get much information for quickbuild as most of the documentation is for Jenkins.
I can see that we can create steps in quickbuild and I would have to add one more step for sonar check and execute the sonar command. But still I'm not very sure what is the best practice?
- Where should I run the Sonar Server?
Where to add the sonar configuration files?
Any good documentation available?
- Should I run the Sonar check on GitLab or QuickBuild? (Our build server is QuickBuild so it looks the better option)