authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-11-03 18:58:54-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-11-03 18:58:54-05:00
log1a820067d02dd068f89db219d47468ad85b67cf5
tree502a6bac4b18cad7e90685e036892c0cf89b9261
parent96984e3033a084eac887a02e7c86d3b58c75b7f0
signaturelock-open Commit is signed but in an unrecognized format.

ci: hail mary running git.exe in the windows bat file


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

ci/azure/windows_script.bat+4
...@@ -15,6 +15,10 @@ SET "ZIGPREFIXPATH=%SRCROOT%\llvm+clang-9.0.0-win64-msvc-mt"...@@ -15,6 +15,10 @@ SET "ZIGPREFIXPATH=%SRCROOT%\llvm+clang-9.0.0-win64-msvc-mt"
1515
16call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x6416call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
1717
18REM Make the `zig version` number consistent.
19REM This will affect the cmake command below.
20git.exe config core.abbrev 9
21
18mkdir %ZIGBUILDDIR%22mkdir %ZIGBUILDDIR%
19cd %ZIGBUILDDIR%23cd %ZIGBUILDDIR%
20cmake.exe .. -Thost=x64 -G"Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b24cmake.exe .. -Thost=x64 -G"Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b