r18133 - gnucash/trunk/packaging/win32 - Add the batch file for the win32 daily build.

Derek Atkins warlord at code.gnucash.org
Sun Jun 14 19:08:31 EDT 2009


Author: warlord
Date: 2009-06-14 19:08:31 -0400 (Sun, 14 Jun 2009)
New Revision: 18133
Trac: http://svn.gnucash.org/trac/changeset/18133

Added:
   gnucash/trunk/packaging/win32/daily_build.bat
Log:
Add the batch file for the win32 daily build.

Added: gnucash/trunk/packaging/win32/daily_build.bat
===================================================================
--- gnucash/trunk/packaging/win32/daily_build.bat	                        (rev 0)
+++ gnucash/trunk/packaging/win32/daily_build.bat	2009-06-14 23:08:31 UTC (rev 18133)
@@ -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


Property changes on: gnucash/trunk/packaging/win32/daily_build.bat
___________________________________________________________________
Added: svn:eol-style
   + CRLF



More information about the gnucash-changes mailing list