1:: Code under repo is checked out to %KOKORO_ARTIFACTS_DIR%\git.
2:: The final directory name in this path is determined by the scm name specified
3:: in the job configuration
4
5SET DEST=%KOKORO_ARTIFACTS_DIR%\dest
6SET PYTHON_SRC=%KOKORO_ARTIFACTS_DIR%\git\cpython3
7
8call %~dp0\build.cmd "%PYTHON_SRC%" "%DEST%"
9
10exit /b %ERRORLEVEL%
11