Skip to content

Commit

Permalink
See if this works.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeterMugaas committed May 16, 2024
1 parent 1c8c78a commit 0f1ccc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}}
- name: Download PVS-Studio
run: curl -L "https://cdn.pvs-studio.com/PVS-Studio_setup.exe" -o PVS-Studio_setup.exe
shell: cmd
- name: Install PVS-Studio
run: ./PVS-Studio_setup.exe /verysilent /suppressmsgboxes \
/nocloseapplications /norestart \
/components= Core, Standalone
"C:\Program Files (x86)\PVS-Studio/PVS-Studio_Cmd.exe" --userName ${{ secrets.USER_NAME }} --licenseKey ${{ secrets.LICSESE_KEY }}.
shell: cmd
- name: Analyze
run: |
"C:\Program Files (x86)\PVS-Studio/CompilerCommandsAnalyzer.exe" analyze -f build/compile_commands.json -j
Expand Down

0 comments on commit 0f1ccc9

Please sign in to comment.