mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
ci: fix regression from not building docs
0e4f7a8e3f94f0e799280d7e7836d67d776cbca6 forgot to build the docs, causing CI failures
This commit is contained in:
parent
0c355bef9e
commit
198d1438ea
@ -37,6 +37,7 @@ msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b
|
||||
"%ZIGINSTALLDIR%\bin\zig.exe" build test-runtime-safety -Dskip-non-native || exit /b
|
||||
"%ZIGINSTALLDIR%\bin\zig.exe" build test-translate-c -Dskip-non-native || exit /b
|
||||
"%ZIGINSTALLDIR%\bin\zig.exe" build test-run-translated-c -Dskip-non-native || exit /b
|
||||
"%ZIGINSTALLDIR%\bin\zig.exe" build docs || exit /b
|
||||
|
||||
set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"
|
||||
SET "MSYSTEM=MINGW64"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user