mirror of
https://github.com/ziglang/zig.git
synced 2026-01-15 20:05:16 +00:00
9 lines
256 B
Batchfile
9 lines
256 B
Batchfile
@echo on
|
|
SET "SRCROOT=%cd%"
|
|
SET "PREVPATH=%PATH%"
|
|
SET "PREVMSYSTEM=%MSYSTEM%"
|
|
|
|
set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"
|
|
SET "MSYSTEM=MINGW64"
|
|
bash -lc "cd ${SRCROOT} && ci/azure/windows_script" || exit /b
|