aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/auto-build/run-automated-build.bat4
-rwxr-xr-xscripts/auto-build/run-automated-build.cygwin.sh2
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/auto-build/run-automated-build.bat b/scripts/auto-build/run-automated-build.bat
new file mode 100644
index 00000000..a46d4750
--- /dev/null
+++ b/scripts/auto-build/run-automated-build.bat
@@ -0,0 +1,4 @@
+@echo off
+
+C:\msys\1.0\bin\sh.exe --login -i -c /home/pd/auto-build/pd-extended/scripts/auto-build/run-automated-builder
+
diff --git a/scripts/auto-build/run-automated-build.cygwin.sh b/scripts/auto-build/run-automated-build.cygwin.sh
new file mode 100755
index 00000000..0fdb0a36
--- /dev/null
+++ b/scripts/auto-build/run-automated-build.cygwin.sh
@@ -0,0 +1,2 @@
+/cygdrive/c/msys/1.0/bin/sh --login -i -c /home/pd/auto-build/pd-extended/scripts/auto-build/run-automated-builder
+