Greetings Im interested to setup an automated buildbod that can test the cmake buildsysten. I use cmake for ARM cross compilation so I would be interested if someone are running a cmake bot and if its build logs be observed online? If not, are there an easy way to setup a llvm cmake buildbot that can test the cmake build infrastructure for each commit? Cheers, and have a great day! Xerxes
On Jun 30, 2009, at 6:52 AM, Xerxes Rånby wrote:> Greetings > > Im interested to setup an automated buildbod that can test the cmake > buildsysten. > I use cmake for ARM cross compilation so I would be interested if > someone are running a cmake bot and if its build logs be observed > online?I don't know of anyone doing this now.> If not, are there an easy way to setup a llvm cmake buildbot that can > test the cmake build infrastructure for each commit?This would be *wonderful*. - Doug
On Tue, Jun 30, 2009 at 1:12 PM, Douglas Gregor<dgregor at apple.com> wrote:> > On Jun 30, 2009, at 6:52 AM, Xerxes Rånby wrote: > >> Greetings >> >> Im interested to setup an automated buildbod that can test the cmake >> buildsysten. >> I use cmake for ARM cross compilation so I would be interested if >> someone are running a cmake bot and if its build logs be observed >> online? > > I don't know of anyone doing this now. > >> If not, are there an easy way to setup a llvm cmake buildbot that can >> test the cmake build infrastructure for each commit? > > > This would be *wonderful*.The public Win32 builder is doing this, although it doesn't currently send email on failures. I have buildbot steps ready for a cmake build for unix/Makefiles, but don't have a machine to run them yet. - Daniel