# sonarcloud_example_cpp-cmake-macos-otherci **Repository Path**: mirrors_SonarSource/sonarcloud_example_cpp-cmake-macos-otherci ## Basic Information - **Project Name**: sonarcloud_example_cpp-cmake-macos-otherci - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This example project is stale and unsupported. It has been replaced by [this](https://github.com/sonarsource-cfamily-examples) example project. # C++ example project scanned on SonarCloud using any CI [![Build status](https://travis-ci.org/SonarSource/sonarcloud_example_cpp-cmake-macos-otherci.svg?branch=master)](https://travis-ci.org/SonarSource/sonarcloud_example_cpp-cmake-macos-otherci)[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sonarcloud_example_cpp-cmake-macos-otherci&metric=alert_status)](https://sonarcloud.io/dashboard?id=sonarcloud_example_cpp-cmake-macos-otherci) #### This project is analysed on [SonarCloud](https://sonarcloud.io)! The build.sh script demonstrates how to run an analysis on a C++ project build. Note that for security reasons, the environment variable SONAR_TOKEN is defined in the environement through the CI. It should not be made public. Travis is used for demonstration purpose as any CI could be used to run the build.sh script. You can take a look at the script [buid.sh](https://github.com/SonarSource/sonarcloud_example_cpp-cmake-macos-otherci/blob/master/build.sh) of this project to see it in practice. ## Links - [Documentation of the C/C++/Objective-C plugin and its with Build Wrapper](http://docs.sonarqube.org/x/pwAv)