Skip to content

Commit

Permalink
dunno
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 9, 2024
1 parent aa50f37 commit 608f503
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/masterCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:
- name: Create build-wrapper dir
run: mkdir -p ${{ env.BUILD_WRAPPER_OUT_DIR }}

- name: Build RollbarCommon
working-directory: RollbarCommon
run: swift build -v
# - name: Build RollbarCommon
# working-directory: RollbarCommon
# run: swift build -v

- name: Build RollbarDeploys
working-directory: RollbarDeploys
run: swift build -v
# - name: Build RollbarDeploys
# working-directory: RollbarDeploys
# run: swift build -v

- name: Build RollbarNotifier
working-directory: RollbarNotifier
run: swift build -v
# - name: Build RollbarNotifier
# working-directory: RollbarNotifier
# run: swift build -v

- name: Build RollbarAUL
working-directory: RollbarAUL
run: swift build -v
# - name: Build RollbarAUL
# working-directory: RollbarAUL
# run: swift build -v

- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2
Expand Down

0 comments on commit 608f503

Please sign in to comment.