Commit 707edcc
ci: add a real-MSVC (cl.exe/nmake) build job
Add a build-msvc job on windows-latest that uses ilammy/msvc-dev-cmd
to set up the MSVC developer environment, builds NASM with
'nmake /f Mkfiles/msvc.mak', and smoke-tests the resulting nasm.exe/
ndisasm.exe by assembling and disassembling a tiny program and
building a win64 object file.
This is the first CI coverage of the MSVC build path (Mkfiles/msvc.mak
+ config/msvc.h), which previously had no automated verification.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d3cb174 commit 707edcc
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments