Christian Ridderström wrote: > Hi, > > I'd like to announce that we now have a (somewhat) working system for doing > continuous integration (CI) of the LyX master branch on Linux. > > The system is currently doing this: > - Polls the LyX repository at git.lyx.org (every few hours) > - If branch 'master' has changed, then it builds LyX in two different > configurations
What you mean by build? "make" or "make distcheck"? The second one would be more useful, especially if it sends warning to the list if error was found. Pavel