Skip to content

Commit

Permalink
Merge branch 'vdp2-cache' of https://github.com/rtoumazet/saturnin in…
Browse files Browse the repository at this point in the history
…to vdp2-cache
  • Loading branch information
rtoumazet committed Oct 11, 2024
2 parents 8cfee84 + 1b6b4af commit 5de084e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: vdp2-cache
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Restore from cache and install vcpkg
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 'c3801cf53c614ffc54c94051d124eba097b057b1' #2024.02.02
vcpkgDirectory: D:\a\saturnin\saturnin\vcpkg
Expand Down Expand Up @@ -70,4 +71,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Put the name of your token here
run: |
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
# sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
sonar-scanner --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"

0 comments on commit 5de084e

Please sign in to comment.