Add the batch file for the win32 daily build.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18133 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2009-06-14 23:08:31 +00:00
parent 4f970b0caa
commit 66f9127933

View File

@ -0,0 +1,7 @@
rem This is the Windows Batch Script for the daily builds.
rem It simply calls the actual MSYS Shell script to perform
rem the daily build and then the tag builds.
cd c:\soft\packaging
c:\msys\1.0\bin\sh.exe --login c:\soft\packaging\daily_build.sh
c:\msys\1.0\bin\sh.exe --login c:\soft\packaging\build_tags.sh