Changeset 388 for python/vendor/current/Tools/buildbot
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- Location:
- python/vendor/current/Tools/buildbot
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Tools/buildbot/build-amd64.bat
r2 r388 1 1 @rem Used by the buildbot "compile" step. 2 set HOST_PYTHON="%CD%\PCbuild\amd64\python_d.exe" 2 3 cmd /c Tools\buildbot\external-amd64.bat 3 4 call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 -
python/vendor/current/Tools/buildbot/buildmsi.bat
r2 r388 12 12 "%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\python26a3.hhp 13 13 14 @rem bu old the MSI file14 @rem build the MSI file 15 15 cd PC 16 16 nmake /f icons.mak -
python/vendor/current/Tools/buildbot/clean-amd64.bat
r2 r388 1 1 @rem Used by the buildbot "clean" step. 2 2 call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 3 cd PCbuild4 3 @echo Deleting .pyc/.pyo files ... 5 4 del /s Lib\*.pyc Lib\*.pyo 5 @echo Deleting test leftovers ... 6 rmdir /s /q build 7 cd PCbuild 6 8 vcbuild /clean pcbuild.sln "Release|x64" 7 9 vcbuild /clean pcbuild.sln "Debug|x64" 10 cd .. -
python/vendor/current/Tools/buildbot/clean.bat
r2 r388 3 3 @echo Deleting .pyc/.pyo files ... 4 4 del /s Lib\*.pyc Lib\*.pyo 5 @echo Deleting test leftovers ... 6 rmdir /s /q build 5 7 cd PCbuild 6 8 vcbuild /clean pcbuild.sln "Release|Win32" 7 9 vcbuild /clean pcbuild.sln "Debug|Win32" 10 cd .. -
python/vendor/current/Tools/buildbot/external-common.bat
r2 r388 5 5 @rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment 6 6 @rem the following, check it in, then check it out, comment it out, then check it back in. 7 @rem if exist bzip2-1.0. 5 rd /s/q bzip2-1.0.57 @rem if exist bzip2-1.0.6 rd /s/q bzip2-1.0.6 8 8 @rem if exist tcltk rd /s/q tcltk 9 9 @rem if exist tcltk64 rd /s/q tcltk64 … … 16 16 @rem if exist db-4.4.20 rd /s/q db-4.4.20 17 17 @rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0 18 @rem if exist openssl-0.9.8 l rd /s/q openssl-0.9.8l19 @rem if exist sqlite-3. 5.9 rd /s/q sqlite-3.5.918 @rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y 19 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21 20 20 21 21 @rem bzip 22 if not exist bzip2-1.0. 5(23 rd /s/q bzip2-1.0. 324 svn export http://svn.python.org/projects/external/bzip2-1.0. 522 if not exist bzip2-1.0.6 ( 23 rd /s/q bzip2-1.0.5 24 svn export http://svn.python.org/projects/external/bzip2-1.0.6 25 25 ) 26 26 … … 30 30 31 31 @rem OpenSSL 32 if not exist openssl-0.9.8 l svn export http://svn.python.org/projects/external/openssl-0.9.8l32 if not exist openssl-0.9.8y svn export http://svn.python.org/projects/external/openssl-0.9.8y 33 33 34 34 @rem tcl/tk … … 40 40 41 41 @rem sqlite3 42 if not exist sqlite-3. 5.9(42 if not exist sqlite-3.6.21 ( 43 43 rd /s/q sqlite-source-3.3.4 44 svn export http://svn.python.org/projects/external/sqlite-3. 5.944 svn export http://svn.python.org/projects/external/sqlite-3.6.21 45 45 ) -
python/vendor/current/Tools/buildbot/test-amd64.bat
r2 r388 1 1 @rem Used by the buildbot "test" step. 2 2 cd PCbuild 3 call rt.bat - q -d -x64 -uall -rw3 call rt.bat -d -q -x64 -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9 -
python/vendor/current/Tools/buildbot/test.bat
r2 r388 1 1 @rem Used by the buildbot "test" step. 2 2 cd PCbuild 3 call rt.bat -d -q -uall -rw 3 call rt.bat -d -q -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9
Note:
See TracChangeset
for help on using the changeset viewer.