Thread overview
Windows CI incl. downloadable latest pre-built LDC for Win64!
Aug 31, 2015
kinke
Aug 31, 2015
John Colvin
Sep 21, 2015
kinke
August 31, 2015
We've just got Windows CI support via Appveyor: https://ci.appveyor.com/project/kinke/ldc
It's currently using a custom pre-built LLVM 3.7 RC and VS 2015. It's set-up for branch merge-2.067 only ATM. The tests consist of the druntime & phobos unit tests only, i.e., dmd-testsuite is still excluded. The release tests are allowed to fail; core.thread is the only unit test failure.

So you'd like to try out the very latest LDC on Win64 without having to compile it yourself? Then make sure to read the new Wiki page: http://wiki.dlang.org/Latest_pre-built_LDC_for_Win64

Have fun! :)
August 31, 2015
On Monday, 31 August 2015 at 15:07:30 UTC, kinke wrote:
> We've just got Windows CI support via Appveyor: https://ci.appveyor.com/project/kinke/ldc
> It's currently using a custom pre-built LLVM 3.7 RC and VS 2015. It's set-up for branch merge-2.067 only ATM. The tests consist of the druntime & phobos unit tests only, i.e., dmd-testsuite is still excluded. The release tests are allowed to fail; core.thread is the only unit test failure.
>
> So you'd like to try out the very latest LDC on Win64 without having to compile it yourself? Then make sure to read the new Wiki page: http://wiki.dlang.org/Latest_pre-built_LDC_for_Win64
>
> Have fun! :)

Is it possible that you could deploy the build to a rolling "master" release on github via http://www.appveyor.com/docs/deployment/github ?
September 21, 2015
On Monday, 31 August 2015 at 15:55:49 UTC, John Colvin wrote:
> Is it possible that you could deploy the build to a rolling "master" release on github via http://www.appveyor.com/docs/deployment/github ?

Thx, done. Check out the updated Wiki page: http://wiki.dlang.org/Latest_pre-built_LDC_for_Win64