Ask HN: Is there an open source alternative to Travis CI

1 points by deutronium ↗ HN
I'm wondering if there is an Open Source system, I can install on OSX, Windows and Linux, which hooks into a Git repository, so that I can automatically build software for all those platforms easily.

It would need to support a mark up language similar to what Travis CI uses, to enable dependencies to be downloaded prior to install etc.

The reason I ask this, is I've not found a single service which can build for all those platforms, whilst also being very cost effective.

4 comments

[ 3.0 ms ] story [ 25.1 ms ] thread
jenkins + github plugin ? But I guess this is not what you have in mind.
Agreed. Does Jenkins + github fufill the OP's needs? If not, why not?
I'd not heard of that before, it looks very interesting, thanks!.

I'm just trying to see if it supports Rust, the language which I'm writing my code in.

Jenkins can call whatever script or makefile your provide, you don't need any specific "rust" support.