From 54a3e2d6f9f754e85474d472b68d1b722386a7cd Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Mon, 25 Nov 2024 17:19:05 -0300 Subject: [PATCH] Add to test --- .github/workflows/sonar_analysis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/sonar_analysis.yml b/.github/workflows/sonar_analysis.yml index b404b05..d306b74 100644 --- a/.github/workflows/sonar_analysis.yml +++ b/.github/workflows/sonar_analysis.yml @@ -24,6 +24,15 @@ jobs: with: fetch-depth: 0 + - name: Install Build Wrapper + run: | + curl -o build-wrapper.zip -L https://sonarqube.trustly.one/static/cpp/build-wrapper-macosx-x86.zip + unzip build-wrapper.zip + + - name: Run Build Wrapper + run: | + ./build-wrapper-macosx-x86 --out-dir bw-output xcodebuild clean build + - name: Set up Ruby uses: ruby/setup-ruby@v1 with: