We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490f067 commit 5b577e3Copy full SHA for 5b577e3
ci/azure/windows_msvc_script.bat
@@ -32,7 +32,9 @@ REM "%ZIGINSTALLDIR%\bin\zig.exe" test "..\test\behavior.zig" -fno-stage1 -fLLVM
32
33
"%ZIGINSTALLDIR%\bin\zig.exe" build test-toolchain -Dskip-non-native -Dskip-stage2-tests || exit /b
34
"%ZIGINSTALLDIR%\bin\zig.exe" build test-std -Dskip-non-native || exit /b
35
+echo Building documentation
36
"%ZIGINSTALLDIR%\bin\zig.exe" build docs || exit /b
37
+echo Building documentation done.
38
39
set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"
40
SET "MSYSTEM=MINGW64"
0 commit comments