diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-05-02 21:46:42 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-05-02 21:46:42 -0700 |
| commit | 519fefd58d80ce487cb864b2bbaa92515f81f2b4 (patch) | |
| tree | 6883932cce90f3b0d5af67a6a429f4dbac0ca067 /tools | |
| parent | ce7270b839e6bf0dfb054ccb997b53263ad273f4 (diff) | |
Replacing python stuff with BAT, 1993-style.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/buildbot/build.bat | 3 | ||||
| -rw-r--r-- | tools/buildbot/setup.bat | 3 | ||||
| -rw-r--r-- | tools/buildbot/test.bat | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/tools/buildbot/build.bat b/tools/buildbot/build.bat deleted file mode 100644 index 2e0627cfc..000000000 --- a/tools/buildbot/build.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -python xenia-build.py build --debug diff --git a/tools/buildbot/setup.bat b/tools/buildbot/setup.bat deleted file mode 100644 index 59ddf0857..000000000 --- a/tools/buildbot/setup.bat +++ /dev/null @@ -1,3 +0,0 @@ -REM @ECHO OFF - -python xenia-build.py setup --no-ninja diff --git a/tools/buildbot/test.bat b/tools/buildbot/test.bat deleted file mode 100644 index a16c0ab39..000000000 --- a/tools/buildbot/test.bat +++ /dev/null @@ -1,4 +0,0 @@ -@ECHO OFF - -build\xenia\Debug\alloy-test -build\xenia\Debug\alloy-ppc-test --runtime_backend=x64 |
