Travis CI - Continuous Integration Testing Server

Alex Rønne Petersen alex at lycus.org
Fri Oct 26 00:49:45 PDT 2012


On 26-10-2012 09:46, Jacob Carlborg wrote:
> On 2012-10-26 09:21, Paulo Pinto wrote:
>
>> Yeah, just found out that all major build systems for native languages
>> (scons, cmake, ...) are already supported.
>
> But what about the compilers, i.e. DMD?
>

Jenkins lets you run anything. A job can literally consist purely of a 
series of shell commands that must all return 0 in order for the build 
to succeed. So, as long as the software you need is installed on the 
machine Jenkins (or a slave) is running on, you can run it in builds.

-- 
Alex Rønne Petersen
alex at lycus.org
http://lycus.org


More information about the Digitalmars-d mailing list