www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - Windows CI incl. downloadable latest pre-built LDC for Win64!

reply "kinke" <noone nowhere.com> writes:
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! :)
Aug 31 2015
parent reply "John Colvin" <john.loughran.colvin gmail.com> writes:
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 ?
Aug 31 2015
parent kinke <noone nowhere.com> writes:
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
Sep 21 2015