Move buildbot scripts to Tools/buildbot.

This commit is contained in:
Martin v. Löwis 2006-03-12 09:50:39 +00:00
parent 539056aca0
commit d39ab5bf97
3 changed files with 0 additions and 0 deletions

3
Tools/buildbot/build.bat Normal file
View 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
View 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
View file

@ -0,0 +1,3 @@
@rem Used by the buildbot "test" step.
cd PCbuild
call rt.bat -d -uall -rw