mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
Update msvc-codeanalysis.yml
enabled build, which should generate missing mocs/PCH/... files
This commit is contained in:
parent
d4fe9bffdf
commit
5730f49552
3
.github/workflows/msvc-codeanalysis.yml
vendored
3
.github/workflows/msvc-codeanalysis.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{ env.build }} -DCMAKE_BUILD_TYPE=${{ env.config }} "-DJKQtPlotter_BUILD_EXAMPLES:BOOL=OFF"
|
||||
|
||||
- name: Build CMake
|
||||
run: cmake --build ${{ env.build }} --config ${{ env.config }}
|
||||
|
||||
- name: Run MSVC Code Analysis
|
||||
uses: microsoft/msvc-code-analysis-action@v0.1.1
|
||||
# Provide a unique ID to access the sarif output path
|
||||
|
Loading…
Reference in New Issue
Block a user