Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-18 Thread Leandro Lucarella
Dylan Knutson, el 16 de December a las 23:03 me escribiste: On Monday, 16 December 2013 at 12:09:13 UTC, Leandro Lucarella wrote: Yeah, and this approach of compiling the compilers, even when it might be useful, seems overkill and a bit abusive for Travis. I would contact those guys, maybe

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-18 Thread Jacob Carlborg
On 2013-12-16 00:31, Dylan Knutson wrote: Hello, I was hoping for Travis-CI to provide a set of D compilers for building projects written in D, but alas, they do not. So, here's a small skeleton project that I'm using for testing my D projects with DMD 2.064.2 and LDC 0.12.1. It should be

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-16 Thread Leandro Lucarella
Jacob Carlborg, el 16 de December a las 08:34 me escribiste: On 2013-12-16 00:31, Dylan Knutson wrote: Hello, I was hoping for Travis-CI to provide a set of D compilers for building projects written in D, but alas, they do not. So, here's a small skeleton project that I'm using for

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-16 Thread Jacob Carlborg
On 2013-12-16 12:24, Leandro Lucarella wrote: Yeah, and this approach of compiling the compilers, even when it might be useful, seems overkill and a bit abusive for Travis. I would contact those guys, maybe they are willing to add D support, I guess it shouldn't be that hard. Now when I think

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-16 Thread Dylan Knutson
On Monday, 16 December 2013 at 07:34:07 UTC, Jacob Carlborg wrote: We really need to get officially support for D in Travis. I've been thinking about this for a while but haven't done anything about it so far. Agreed; this was just a stopgap for at least being able to use Travis with my

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-16 Thread Dylan Knutson
On Monday, 16 December 2013 at 12:09:13 UTC, Leandro Lucarella wrote: Yeah, and this approach of compiling the compilers, even when it might be useful, seems overkill and a bit abusive for Travis. I would contact those guys, maybe they are willing to add D support, I guess it shouldn't be that

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-15 Thread Dylan Knutson
On Sunday, 15 December 2013 at 23:31:48 UTC, Dylan Knutson wrote: Hello, I was hoping for Travis-CI to provide a set of D compilers for building projects written in D, but alas, they do not. So, here's a small skeleton project that I'm using for testing my D projects with DMD 2.064.2 and

Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-15 Thread Dylan Knutson
Hello, I was hoping for Travis-CI to provide a set of D compilers for building projects written in D, but alas, they do not. So, here's a small skeleton project that I'm using for testing my D projects with DMD 2.064.2 and LDC 0.12.1. It should be straightforward to bring in the relevant

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-15 Thread Jacob Carlborg
On 2013-12-16 00:31, Dylan Knutson wrote: Hello, I was hoping for Travis-CI to provide a set of D compilers for building projects written in D, but alas, they do not. So, here's a small skeleton project that I'm using for testing my D projects with DMD 2.064.2 and LDC 0.12.1. It should be