From 110d46544bb9fb17733590f909fa33f6a7ba9a55 Mon Sep 17 00:00:00 2001 From: Janos Gyerik Date: Fri, 11 Jun 2021 11:33:32 +0200 Subject: [PATCH] Add tip for running the scanner on windows platform (#23) Co-authored-by: Tom --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b197534..47dcfc2 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ https://sonarcloud.io/documentation/analysis/analysis-parameters/ * Your code is built with Gradle: use the SonarQube plugin for Gradle during the build * You want to analyze a .NET solution: use the [SonarCloud Azure DevOps Extension](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) to analyze your code on SonarCloud with Azure Pipelines * You want to analyze C/C++ code: rely on our [Travis-CI extension](https://docs.travis-ci.com/user/sonarcloud/) and look at [our sample C/C++ project](https://github.com/SonarSource/sq-com_example_c-sqscanner-travis) +* You want to analyze C/C++/Objective-C code on `windows-latest`: see [this guide](https://community.sonarsource.com/t/sonarcloud-with-msbuild-build-wrapper-on-github-actions/35607) contributed on our community forum ## Have question or feedback?