mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
66f9127933
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18133 57a11ea4-9604-0410-9ed3-97b8803252fd
8 lines
320 B
Batchfile
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
|