On 19 January 2017 at 01:45, Pavel Sanda <sa...@lyx.org> wrote:

> > 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,


Currently it's "make" (I didn't know about distcheck), e.g. the CMake
version does this:

cmake -DLYX_USE_QT=QT5 .. && make

Trying with just "make distcheck" instead of "make" produced error about
missing target 'distcheck'.
I can try with "make && make distcheck" instead of "make" and see if I can
get that working.

Let me know if there's other options or similar that ought to be used.

Here's the build scripts used in the two containers (using only "make"):
-
https://github.com/DrChr/build-lyx-using-ubuntu-latest-qt5-cmake/blob/master/build_lyx.sh
-
https://github.com/DrChr/build-lyx-using-ubuntu-xenial-qt4-autotools/blob/master/build_lyx.sh



> especially if it sends warning to the list if error was found.
>

There seems to be RSS feeds available right now (see bottom right corner of
https://ci.inria.fr/lyx/ ) that I was able to add to my RSS reader (
http://theoldreader.com) . It's probably also possible to get the CI server
to send e-mail notifications to lyx-devel, assuming we want that?

/Christian

-- 
Christian Ridderström,     +46-70 687 39 44

Reply via email to