From 47090856a637a6528a8e26e42610cf2fec32c5a8 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Fri, 9 Feb 2024 19:08:30 -0300 Subject: [PATCH] dasdas --- .github/workflows/masterCI.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/masterCI.yml b/.github/workflows/masterCI.yml index b95cc4f5..9fd340a9 100644 --- a/.github/workflows/masterCI.yml +++ b/.github/workflows/masterCI.yml @@ -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: |