I think, you don't have to host the Travis-CI, travis ci can bind to github repo, it will check the pull request etc.If convert h2 to maven project, this will be way more easier with travis-ci.
在 2015年4月27日星期一 UTC+8下午8:39:46,Thomas Mueller写道: > > Hi, > > Using Travis is a good idea, I will have a look at it. > > In the past, I configured a Windows laptop to do a build (lasting about 3 > hours, including code coverage) per night. This stopped working with > Windows 7, because automated "waking up from suspend" no longer works. > > Currently, the automated build is generated with a Raspberry Pi (Model 2). > I'm still working on this. I think Java on ARM it is not very reliable yet, > there is a core dump every few builds. There is a build 3 times a day, one > build (running less tests, and without code coverage) takes around 2.5 > hours. The same tests on a Mac take around 30 minutes. > > Travis doesn't seem to support Windows... Does anyone know how to best > automate tests on Windows (Windows 7 for example)? Any experience using > Windows with Java on Raspberry Pi? Would that even be allowed? Or how to > automate wake up from suspend with Windows 7? > > Regards, > Thomas > > > > On Mon, Apr 27, 2015 at 2:20 PM, Nicolas Fortin (OrbisGIS) < > [email protected] <javascript:>> wrote: > >> Hi, >> >> Now that H2 is in Github it is easy to use travis in order to run (light) >> unit test of H2 on each push and pull request. It is free for open source >> projects and have nice integration in Github pages. >> >> You can find an example here with custom sh: >> >> https://github.com/irstv/H2GIS >> >> Travis documentation: >> >> >> http://docs.travis-ci.com/user/customizing-the-build/#Customizing-the-Build-Step >> >> regards, >> >> -- >> Nicolas Fortin >> IRSTV FR CNRS 2488 >> GIS http://orbisgis.org >> Spatial DB http://h2gis.org >> Noise http://noisemap.orbisgis.org >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "H2 Database" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/h2-database. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
