Skip to content

Commit

Permalink
Update msvc-codeanalysis.yml
Browse files Browse the repository at this point in the history
enabled build, which should generate missing mocs/PCH/... files
  • Loading branch information
jkriege2 authored Jan 9, 2024
1 parent d4fe9bf commit 5730f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/msvc-codeanalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5730f49

Please sign in to comment.