The source project of this merge request has been removed.
Add QA related jobs to CI pipeline
This MR aims to add jobs related to QA (Quality Assurance) to OTB CI pipeline by:
- Playing the unit tests and convert the report from CTest format to JUnit format (SonarQube only supports JUnit format for UT reports)
- Running static analysis on source code thanks to CppCheck
- Sending the below reports to SonarQube thanks to Sonar Scanner
The resulting QA report is available in SonarQube.
Edited by Sébastien Dinot