mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Move buildbot scripts to Tools/buildbot.
This commit is contained in:
parent
539056aca0
commit
d39ab5bf97
3 changed files with 0 additions and 0 deletions
3
Tools/buildbot/build.bat
Normal file
3
Tools/buildbot/build.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@rem Used by the buildbot "compile" step.
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
devenv.com /build Debug PCbuild\pcbuild.sln
|
3
Tools/buildbot/clean.bat
Normal file
3
Tools/buildbot/clean.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@rem Used by the buildbot "clean" step.
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
devenv.com /clean Debug PCbuild\pcbuild.sln
|
3
Tools/buildbot/test.bat
Normal file
3
Tools/buildbot/test.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@rem Used by the buildbot "test" step.
|
||||
cd PCbuild
|
||||
call rt.bat -d -uall -rw
|
Loading…
Add table
Add a link
Reference in a new issue