File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 strategy :
161161 fail-fast : false
162162 matrix :
163- os : [2019] # TODO: vcvarsall.bat not working on " , 2022, 2025]"
163+ os : [2019, 2022, 2025]
164164 architecture : [x86, amd64]
165165 options : [
166166 { dll: "/LD /MD", exe: "/MD" },
Original file line number Diff line number Diff line change 11if " %1 " == " 2019" (
22 call " C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %2
33) else (
4- @ rem "TODO: This seems not to work, it cannot find the vcvarsall.bat"
5- call " C:\Program Files\Microsoft Visual Studio\%1 \Community\VC\Auxiliary\Build\vcvarsall.bat" %2
4+ call " C:\Program Files\Microsoft Visual Studio\%1 \Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %2
65)
76nmake /f Makefile.win32 check clean DLL_CFLAGS=%3 EXE_CFLAGS=%4
You can’t perform that action at this time.
0 commit comments