pyd - continuous integration

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 10 03:34:59 PDT 2014


On 10/06/14 00:37, Ellery Newcomer wrote:
> So pyd is at the point where it really needs some sort of test suite
> runner. It's kind of complicated since I need to test against
>
> * multiple versions of dmd/ldc/gdc
> * multiple versions of python (2.4 - 3.4, but I'm thinking of dropping
> 2.4 and 2.5 this year)
> * redhat, ubuntu, osx, windows, etc
>
> Does anyone have any suggestions on how or where to set this up? I had a
> peek at atlassian bamboo, but it looks like it only plays with ec2,
> which I don't know anything about.

Travis CI supports multi-platform, currently Linux (Ubuntu) and OS X. 
There's also a similar service which uses Windows.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list