mirror of
https://github.com/python/cpython.git
synced 2024-12-18 14:24:33 +08:00
9 lines
142 B
Batchfile
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 |