Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: Juju on May 07, 2014, 07:38:51 pm

Title: Nightly builds
Post by: Juju on May 07, 2014, 07:38:51 pm
Anyone knows of a good software/service to do nightly builds, preferably one that works with GitHub webhooks? Or I have to write one such script myself?


By the way, I generate (manually for now) nightly builds here if you see a commit of mine on IRC and you wanna try. http://files.julosoft.net/nightlies/
Title: Re: Nightly builds
Post by: shmibs on May 07, 2014, 07:45:50 pm
there's probably something out there, but i'd just go with a simple systemd cron job (https://wiki.archlinux.org/index.php/Systemd/cron_functionality) to clone / build / package nightly.
Title: Re: Nightly builds
Post by: Streetwalrus on May 08, 2014, 01:04:38 am
There is Jenkins and Gitlab that come to my mind. A lot others exist too. I know  Jenkins is used a lot by the Minecraft and Android communities. I already checked it out and it's pretty feature packed, also there is a Github plugin.
Title: Re: Nightly builds
Post by: bb010g on May 08, 2014, 01:51:43 am
Travis is pretty well integrated with GitHub, IIRC.