gnucash/packaging/win32/daily_build.bat
Derek Atkins 66f9127933 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
2009-06-14 23:08:31 +00:00

8 lines
320 B
Batchfile

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