Skip to content

Commit 5b577e3

Browse files
committed
ci: azure: debug test
1 parent 490f067 commit 5b577e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/azure/windows_msvc_script.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ REM "%ZIGINSTALLDIR%\bin\zig.exe" test "..\test\behavior.zig" -fno-stage1 -fLLVM
3232

3333
"%ZIGINSTALLDIR%\bin\zig.exe" build test-toolchain -Dskip-non-native -Dskip-stage2-tests || exit /b
3434
"%ZIGINSTALLDIR%\bin\zig.exe" build test-std -Dskip-non-native || exit /b
35+
echo Building documentation
3536
"%ZIGINSTALLDIR%\bin\zig.exe" build docs || exit /b
37+
echo Building documentation done.
3638

3739
set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"
3840
SET "MSYSTEM=MINGW64"

0 commit comments

Comments
 (0)