Commit a45d0b8
authored
CI: build before analysis to support C++ Modules (#325)
The code analysis action needs .ddi and .modmap files that CMake
generates during the build phase (dependency scanning). Without
a build step, the action cannot determine module dependencies or
pass the correct -interface/-ifcOutput/-reference flags to cl.exe.
Add a build step between configure and analysis.1 parent 6b9aca9 commit a45d0b8
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
0 commit comments