Skip to content

Commit

Permalink
Add to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielnedersantos committed Nov 25, 2024
1 parent 9a1e0f5 commit 54a3e2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/sonar_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54a3e2d

Please sign in to comment.