digitalmars.D.learn - Travis-CI and D
- Dylan Knutson (5/5) Dec 15 2013 Has anyone had success with using Travis-CI for building/testing
- lomereiter (2/2) Dec 15 2013 Yep. In 'before_install' download a D compiler and add it to
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
Yep. In 'before_install' download a D compiler and add it to $PATH; in 'script' specify commands for running tests.
Dec 15 2013