mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4f970b0caa
commit
66f9127933
7
packaging/win32/daily_build.bat
Normal file
7
packaging/win32/daily_build.bat
Normal 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
|
Loading…
Reference in New Issue
Block a user