gnucash-on-windows master: Turn off building master with mingw, it doesn't work any more.

John Ralls jralls at code.gnucash.org
Thu Oct 19 13:15:03 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/2577cc5c (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/df4a3ea0 (commit)



commit 2577cc5c0a4717de5f0ad15801e939ce5675a150
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 19 10:14:54 2017 -0700

    Turn off building master with mingw, it doesn't work any more.

diff --git a/buildserver/build_periodic.bat b/buildserver/build_periodic.bat
index 529bf63..a0256e0 100644
--- a/buildserver/build_periodic.bat
+++ b/buildserver/build_periodic.bat
@@ -11,4 +11,4 @@ c:\gcdev\mingw\msys\1.0\bin\sh.exe --login c:\gcdev\gnucash-on-windows.git\build
 rem maintenance branch build (daily)
 c:\gcdev-maint\mingw\msys\1.0\bin\sh.exe --login c:\gcdev-maint\gnucash-on-windows.git\buildserver\build_periodic.sh
 rem Development build (daily)
-c:\gcdev\mingw\msys\1.0\bin\sh.exe --login c:\gcdev\gnucash-on-windows.git\buildserver\build_periodic.sh
+rem This doesn't work any more. c:\gcdev\mingw\msys\1.0\bin\sh.exe --login c:\gcdev\gnucash-on-windows.git\buildserver\build_periodic.sh



Summary of changes:
 buildserver/build_periodic.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list