authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-08 09:53:41-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-08 09:53:41-07:00
log8716fde7bcb2fa472438e936128cb8f8512680ab
tree87ad46855d41708d98de316f9560fd2ed432ae95
parent61cd9099e2edfc363a932b3726e127c9ba3d6ee9

ci: skip non native builds on windows to save time


1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/windows_msvc_script.bat+1-1
......@@ -24,7 +24,7 @@ cd %ZIGBUILDDIR%
2424cmake.exe .. -Thost=x64 -G"Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b
2525msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b
2626
27"%ZIGINSTALLDIR%\bin\zig.exe" build test -Dskip-compile-errors || exit /b
27"%ZIGINSTALLDIR%\bin\zig.exe" build test -Dskip-non-native -Dskip-compile-errors || exit /b
2828
2929set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"
3030SET "MSYSTEM=MINGW64"