June 21, 2018
On Tuesday, 19 June 2018 at 13:04:24 UTC, Steven Schveighoffer wrote:
> On 6/19/18 7:18 AM, Jacob Carlborg wrote:
>> On 2018-06-11 16:45, Steven Schveighoffer wrote:
>> 
>>> I just pushed v0.1.1 -- I realized that I never *actually* compiled on
>>> windows, and there were a couple things that didn't work.
>>>
>>> Note: the examples still don't work as they rely on openDev, which is
>>> only available on Posix systems now.
>>>
>>> I need to figure out a good way to open stdin/stdout in a cross platform
>>> way with std.io.
>> 
>> You should setup AppVeyor [1] to make it works on Windows (when it works).
>> 
>> [1] https://www.appveyor.com
>> 
>
> I just set up travis to do the Linux/mac testing. I need to add appveyor as well, but haven't gotten to it. I'm a complete CI noob, so I'm learning slowly :)
>
> -Steve

Just copy/paste one of the existing configuration scripts and you should be good to go, e.g.

https://github.com/dlang-community/DCD/blob/master/appveyor.yml

And there's also:

https://github.com/Abscissa/AppVeyor-D
1 2 3
Next ›   Last »