www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Travis-CI and D

reply "Dylan Knutson" <tcdknutson gmail.com> writes:
Has anyone had success with using Travis-CI for building/testing 
D programs?
Travis-CI has been really useful for me in the past when writing 
Ruby, and I noticed that it supported testing C/C++ programs, so 
I'd think D isn't a huge stretch.
Dec 15 2013
parent "lomereiter" <lomereiter gmail.com> writes:
Yep. In 'before_install' download a D compiler and add it to 
$PATH; in 'script' specify commands for running tests.
Dec 15 2013