Date: Wed, 22 Feb 2017 11:57:28 -0600 From: Jim Rowan <jmr@computing.com> To: freebsd-hackers@freebsd.org Subject: Re: TravisCI vs BuildBot vs Bamboo vs Jenkins Message-ID: <91A98293-35F0-4C27-993D-01F40B28B92E@computing.com> In-Reply-To: <mailman.21.1487764800.18520.freebsd-hackers@freebsd.org> References: <mailman.21.1487764800.18520.freebsd-hackers@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I like buildbot. It is more programmable, and probably much easier to = extend in the case that the build-in paradigms don=92t quite do what you = would like. I think this makes it more suitable for large or complicate= d/unusual systems. Implemented in python, and the configuration is = also written in python (and thus nicely lives in git/svn/whatever =97 I = can=92t even imagine choosing a CI system in which the config can=92t be = properly managed!!). Runs everywhere python runs, including windows = (either with cygwin or native).=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91A98293-35F0-4C27-993D-01F40B28B92E>