December 15, 2013 Travis-CI and D | ||||
---|---|---|---|---|
| ||||
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. |
December 15, 2013 Re: Travis-CI and D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dylan Knutson | Yep. In 'before_install' download a D compiler and add it to $PATH; in 'script' specify commands for running tests. |
Copyright © 1999-2021 by the D Language Foundation