| ... | @@ -37,6 +37,7 @@ msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b | ... | @@ -37,6 +37,7 @@ msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b |
| 37 | "%ZIGINSTALLDIR%\bin\zig.exe" build test-runtime-safety -Dskip-non-native || exit /b | 37 | "%ZIGINSTALLDIR%\bin\zig.exe" build test-runtime-safety -Dskip-non-native || exit /b |
| 38 | "%ZIGINSTALLDIR%\bin\zig.exe" build test-translate-c -Dskip-non-native || exit /b | 38 | "%ZIGINSTALLDIR%\bin\zig.exe" build test-translate-c -Dskip-non-native || exit /b |
| 39 | "%ZIGINSTALLDIR%\bin\zig.exe" build test-run-translated-c -Dskip-non-native || exit /b | 39 | "%ZIGINSTALLDIR%\bin\zig.exe" build test-run-translated-c -Dskip-non-native || exit /b |
| | 40 | "%ZIGINSTALLDIR%\bin\zig.exe" build docs || exit /b |
| 40 | | 41 | |
| 41 | set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" | 42 | set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" |
| 42 | SET "MSYSTEM=MINGW64" | 43 | SET "MSYSTEM=MINGW64" |