mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01:00
Revert "ci: try to create license file by ourselves"
This reverts commit dd90262db2
.
This commit is contained in:
parent
3b933eabf5
commit
2aafe9df9f
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -86,9 +86,7 @@ jobs:
|
||||
if: matrix.targetos == 'linux' && matrix.targetarch == 'amd64'
|
||||
run: |
|
||||
tar -xvf pvs-studio.tgz && mv ${{ env.PVS_VERSION }} pvs-studio
|
||||
mkdir -p ~/.config/PVS-Studio
|
||||
echo ${{ secrets.PVS_NAME }} > ~/.config/PVS-Studio/PVS-Studio.lic
|
||||
echo ${{ secrets.PVS_KEY }} >> ~/.config/PVS-Studio/PVS-Studio.lic
|
||||
pvs-studio/bin/pvs-studio-analyzer credentials ${{ secrets.PVS_NAME }} ${{ secrets.PVS_KEY }}
|
||||
pvs-studio/bin/pvs-studio-analyzer analyze --file build/compile_commands.json -j3
|
||||
pvs-studio/bin/plog-converter -a GA:1,2 -t sarif -o report.sarif PVS-Studio.log
|
||||
- name: Upload SARIF
|
||||
|
Loading…
Reference in New Issue
Block a user