zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 198d1438eac27ec9f211eda8d1243875a795cae3 (tree)
parent 0c355bef9e424fbf06085f12fc28979d73b3d6af
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu, 22 Oct 2020 01:18:55 -0700

ci: fix regression from not building docs

0e4f7a8e3f94f0e799280d7e7836d67d776cbca6 forgot to build the docs,
causing CI failures

Diffstat:
Mci/azure/windows_msvc_script.bat | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ci/azure/windows_msvc_script.bat b/ci/azure/windows_msvc_script.bat @@ -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"