diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-12 09:50:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-12 09:50:39 (GMT) |
commit | d39ab5bf9709a2a036186a0331eb445a40d6b86e (patch) | |
tree | 5a68ed2ee4b6940ae1bbefdf73a0840f977eccad /PCbuild | |
parent | 539056aca0ac99316b5b3f0ded07839b1fcf2bee (diff) | |
download | cpython-d39ab5bf9709a2a036186a0331eb445a40d6b86e.zip cpython-d39ab5bf9709a2a036186a0331eb445a40d6b86e.tar.gz cpython-d39ab5bf9709a2a036186a0331eb445a40d6b86e.tar.bz2 |
Move buildbot scripts to Tools/buildbot.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pybuild.bat | 3 | ||||
-rw-r--r-- | PCbuild/pyclean.bat | 3 | ||||
-rw-r--r-- | PCbuild/pytest.bat | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/PCbuild/pybuild.bat b/PCbuild/pybuild.bat deleted file mode 100644 index aa019a9..0000000 --- a/PCbuild/pybuild.bat +++ /dev/null @@ -1,3 +0,0 @@ -@rem Used by the buildbot "compile" step. -call "%VS71COMNTOOLS%vsvars32.bat" -devenv.com /build Debug PCbuild\pcbuild.sln diff --git a/PCbuild/pyclean.bat b/PCbuild/pyclean.bat deleted file mode 100644 index d28262e..0000000 --- a/PCbuild/pyclean.bat +++ /dev/null @@ -1,3 +0,0 @@ -@rem Used by the buildbot "clean" step. -call "%VS71COMNTOOLS%vsvars32.bat" -devenv.com /clean Debug PCbuild\pcbuild.sln diff --git a/PCbuild/pytest.bat b/PCbuild/pytest.bat deleted file mode 100644 index 840b44b..0000000 --- a/PCbuild/pytest.bat +++ /dev/null @@ -1,3 +0,0 @@ -@rem Used by the buildbot "test" step. -cd PCbuild -call rt.bat -d -uall -rw |