mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-10 04:31:16 +00:00
ci: try to create license file by ourselves
This commit is contained in:
parent
4f8e4b5f64
commit
dd90262db2
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -86,7 +86,9 @@ jobs:
|
||||
if: matrix.targetos == 'linux' && matrix.targetarch == 'amd64'
|
||||
run: |
|
||||
tar -xvf pvs-studio.tgz && mv ${{ env.PVS_VERSION }} pvs-studio
|
||||
pvs-studio/bin/pvs-studio-analyzer credentials ${{ secrets.PVS_NAME }} ${{ secrets.PVS_KEY }}
|
||||
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 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…
x
Reference in New Issue
Block a user