diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-02-06 06:08:48 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-02-06 06:08:48 (GMT) |
commit | bb24087a2cbfb186b540cc71a74ec8c39c1ebe3a (patch) | |
tree | 3b586e72b5744c4076a222e8f803a00d17b5f20f /Tools/buildbot | |
parent | 7425f36ee74ccf5bfc2894aca6e6b86815894f98 (diff) | |
download | cpython-bb24087a2cbfb186b540cc71a74ec8c39c1ebe3a.zip cpython-bb24087a2cbfb186b540cc71a74ec8c39c1ebe3a.tar.gz cpython-bb24087a2cbfb186b540cc71a74ec8c39c1ebe3a.tar.bz2 |
Issue #23260: Update Windows installer
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/buildmsi.bat | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat index fc12273..6804d79 100644 --- a/Tools/buildbot/buildmsi.bat +++ b/Tools/buildbot/buildmsi.bat @@ -1,21 +1,9 @@ @rem Used by the buildbot "buildmsi" step. setlocal -set cwd=%CD% +pushd -@rem build release versions of things -call "%~dp0build.bat" -c Release +@rem build both snapshot MSIs +call "%~dp0..\msi\build.bat" -x86 -x64 -@rem build the documentation -call "%~dp0..\..\Doc\make.bat" htmlhelp - -@rem build the MSI file -call "%~dp0..\..\PCBuild\env.bat" x86 -cd "%~dp0..\..\PC" -nmake /f icons.mak -cd ..\Tools\msi -del *.msi -nmake /f msisupport.mak -%HOST_PYTHON% msi.py - -cd "%cwd%" +popd
\ No newline at end of file |