cpython/Tools/buildbot/buildmsi.bat
2015-04-13 12:11:40 -05:00

9 lines
142 B
Batchfile

@rem Used by the buildbot "buildmsi" step.
setlocal
pushd
@rem build both snapshot MSIs
call "%~dp0..\msi\build.bat" -x86 -x64
popd