cnescatlab / sonar-cnes-cxx-plugin

GNU General Public License v3.0
1 stars 0 forks source link

Solved build error on Travis #1

Closed begarco closed 6 years ago

begarco commented 6 years ago

The build on Travis was failing because of permissions on local SonarQube instance.

I replaced the local SonarQube instance by the SonarCloud service as it is recommanded on the SonarSource website.

Sonar results are available : https://sonarcloud.io/dashboard?id=fr.cnes.sonar.plugins.cxx%3Asonar-cnes-cxx-plugin

Some files have been added to be abble to build the project on Eclipse (.project and .classpath).