Update msvc-codeanalysis.yml

enabled build, which should generate missing mocs/PCH/... files
This commit is contained in:
Jan W. Krieger 2024-01-09 21:26:34 +01:00 committed by GitHub
parent d4fe9bffdf
commit 5730f49552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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