Skip to content

Commit

Permalink
Ensure generated code is present
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmz committed Oct 30, 2023
1 parent e7ff596 commit 81c12fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ jobs:
run: |
cmake -B build -DCMAKE_CONFIGURATION_TYPES=${{ matrix.config }}
# Compile deps before initializing codeql, to avoid unnecessary analysis.
# and for iwyu and clang-analayzer, SDL2 apparently generates some code at build time, which breaks the analyzers if we don't compile
- name: Compile Dependencies
run: |
cmake --build build --parallel --config ${{ matrix.config }} --target compile-osp-magnum-deps compile-test-deps
- name: Initialize MSVC Code Analysis
uses: microsoft/[email protected]
# Provide a unique ID to access the sarif output path
Expand Down

0 comments on commit 81c12fb

Please sign in to comment.