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
On 07/23/2009 10:39 AM, Daniel Dunbar wrote:> 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 > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >Hi, what are the prerequsites for a buildbot? I've got a vserver, which is pretty memory-constrained, but else is doing not much, so if it's possible to build llvm in an environment of ~100MB RAM it can use i probably could set up a bot... Cornelius
On Thu, Jul 23, 2009 at 7:56 AM, Cornelius<c.r1 at gmx.de> wrote:> On 07/23/2009 10:39 AM, Daniel Dunbar wrote: >> 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 >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > Hi, > what are the prerequsites for a buildbot?Not very much, although one currently needs to install buildbot just to setup a slave. It's fairly straightforward, even on Windows.> I've got a vserver, which is pretty memory-constrained, but else is > doing not much, so if it's possible to build llvm in an environment of > ~100MB RAM it can use i probably could set up a bot...Not even close... - Daniel
Reasonably Related Threads
- [LLVMdev] cmake configured buildbot
- [LLVMdev] cmake configured buildbot
- [LLVMdev] cmake configured buildbot
- [LLVMdev] llvm-gcc-4.2-2.5 fails to build from source on arm: - ARM buildbot are installed.
- [LLVMdev] llvm-gcc-4.2-2.5 fails to build from source on arm: - ARM buildbot are installed.