On 23 Apr 2012, at 22:52, Matthias Melcher wrote: > > Oh, and a second thing: I am also trying to find a way to run MinGW scripts > from the MSWindows shell (which is what Jenkins does).
OK, on my VM that has "current" mingw I did "mingw-get update" to make sure all was current, and then svn up'd fltk-1.3 and fltk3, and built both, apparently succesfully. Also, I find I can trigger the build form a "DOS shell" with the following dos batch file: ------ REM does this work? Apparently it does! D:\MinGW\msys\1.0\bin\sh.exe --login -c "cd /d/source/fltk-1.3 ; make" ------ I assume that Jenkins could run this (or a suitably path-corrected) bat file and trigger the mingw command line build that way? -- Ian _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
