Skip to content

Commit

Permalink
dasdas
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 9, 2024
1 parent c397cda commit 4709085
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/masterCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,26 @@ jobs:
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2

- name: build-wrapper xcodebuild RollbarCommon
run: |
build-wrapper-macosx-x86 \
--out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} \
xcodebuild \
-workspace RollbarSDK.xcworkspace \
-scheme RollbarCommon \
-derivedDataPath DerivedData \
build
- name: SonarCloud RollbarCommon
run: |
build-wrapper-macosx-x86 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} xcodebuild -workspace RollbarSDK.xcworkspace -scheme RollbarCommon -derivedDataPath DerivedData -enableCodeCoverage YES build test CODE_SIGN_IDENTITY="-" CODE_SIGNING_REQUIRED=NO
xcodebuild \
test \
-workspace RollbarSDK.xcworkspace \
-scheme RollbarCommon \
-derivedDataPath DerivedData
-enableCodeCoverage YES
CODE_SIGN_IDENTITY="-"
CODE_SIGNING_REQUIRED=NO
- name: SonarCloud RollbarDeploys
run: |
Expand Down

0 comments on commit 4709085

Please sign in to comment.