Skip to content

Latest commit

 

History

History
executable file
·
19 lines (14 loc) · 733 Bytes

README.md

File metadata and controls

executable file
·
19 lines (14 loc) · 733 Bytes

This example demonstrates how to use the BuildWrapper to analyze a C++ project with the SonarQube Scanner on Linux

Prerequisites

Usage

  • Run the build wrapper:

      build-wrapper --out-dir bw-outputs ./build.sh
    
  • Analyze the project with SonarQube using the SonarQube Scanner:

      sonar-scanner