On Wed, Mar 25, 2020 at 3:10 PM Paul Eggert <[email protected]> wrote: > > On 3/25/20 3:14 AM, Jeffrey Walton wrote: > > Is there any reasons services like Travis or Cirrus are not being used > > to proactively detect problems on Linux, OS X and FreeBSD? > > Not enough resources, I assume. I'm a volunteer and lack time to mess with > macOS > and FreeBSD, much less all the GNU/Linux versions out there (plus all the > programs that use Gnulib...).
CI is a force multiplier. Setting up CI tests now will save you exponentially in the future. It is one of the best investments you can make with your time. Here's some additional projects that make heavy use of CI to detect problems before users experience them. Crypto++, LDNS and Unbound even perform Android and iOS cross-compiles to ensure they work for users, too. * https://github.com/randombit/botan * https://github.com/weidai11/cryptopp * https://github.com/NLnetLabs/unbound * https://github.com/NLnetLabs/ldns * https://github.com/NLnetLabs/nsd I'm happy to help. This is the kind of monkey work a senior engineer should offload. What do you want, and what do you need? Jeff
