On 09/29/2013 12:19 PM, Dicebot wrote:

It would be great if services like https://travis-ci.org offered D support.
But I guess we aren't there yet in terms of stability and ecosystem (packages etc.).

BTW, Masahiro is using Travis-CI to test msgpack-d.
https://travis-ci.org/msgpack/msgpack-d
https://github.com/msgpack/msgpack-d/blob/master/.travis.yml
Automatically integrates with github and pull requests.

One nuisance is the huge dmd download (33MB).
The debian/ubuntu packages require multilib which is even bigger.

I am going to setup my private server to provide automatic limited CI for all dub registry project. Don't know how long it will take to take care of all details, though.

That meant we need something like a dub test command.