bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help needed for continuous integration


From: Bruno Haible
Subject: help needed for continuous integration
Date: Sun, 04 Feb 2018 11:20:39 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-104-generic; KDE/5.18.0; x86_64; ; )

Hi all,

If you are familiar with Travis CI or Appveyor CI, please help keeping gnulib
at a high quality!

It is normal for a developer to push a buggy commit by mistake. But it should
not be normal that such a mistake, that leads to a test failure on standard
glibc systems, remains unnoticed for 10 days.

It would be good to have a continuous integration (Travis or Appveyor, I
don't mind) of gnulib, to detect test failures early.

There is already a github mirror of the gnulib git repo, at
https://github.com/coreutils/gnulib, and it is apparently kept up-to-date
automatically.

The continuous integration should probably run these commands:
  $ ./gnulib-tool --create-testdir --dir=/some/testdir --single-configure \
    --with-c++-tests --without-privileged-tests
  $ cd /some/testdir
  $ make
  $ make check

Please speak up and help!

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]