Are there any existing platforms for cross-platform hosted continuous integration with Linux + OSX + Windows builds?
The workflow I'm looking for is:
A variety of platforms handle the linux side of this: TravisCI, CircleCI, CodeShip, etc. I know AppveyorCI does this for Windows.
Does any provider do hosted CI for all three platforms?
It can be built on top of Jenkins and an IaaS provider.
Jenkins would be on charge of polling GitHub (or receive post commit hooks from it) and run builds on slaves nodes. You would need three slaves, one for each required platform (Linux, Windows and OSX). It wuold be an open-source based solution, since Jenkins, Linux and the OSX core are Open Source (not Windows, of course).
Having everything int he cloud is possible using a hosted CI service + IaaS provider for slaves.
You can take a look at http://clinkerhq.com, which provides Jenkins as a service and slave nodes in an affordable price.
Disclaimer: I'm involved in ClinkerHQ.
Binstar.org is offering a (yet beta) CI service, which provides all three platforms. But only access to Linux is free. Its provided by creators of Anaconda and therefore there is a tight integration with conda(-build) and binstar uploading.
Build config is stored in git repository, so builds should be triggered on pushes/pr.
Write a .binstar.yml to specify howto build for all platforms. http://docs.binstar.org/build_config.html
The service has tight integration with Binstar, but I guess S3 should also be possible.
Yes its a cloud service.
Its 47$/month for organizations to access all platforms. 7$/m for a personal account.
Since conda build is going to build extensions, it should provide c/c++ compilers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With