0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Tools/buildbot/buildmsi.bat

9 lines
134 B
Batchfile
Raw Normal View History

@rem Used by the buildbot "buildmsi" step.
setlocal
pushd
@rem build both snapshot MSIs
call "%~dp0..\msi\build.bat" -x86 -x64
2015-02-06 07:08:48 +01:00
popd