www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC "nightly" or latest CI build

reply Johan Engelen <j j.nl> writes:
Hi all,
   The dlang.org install.sh script is now able to install the 
latest successful CI build of LDC master, called "ldc-latest-ci" !

That should make it easier for you to test the newest of the 
newest of LDC master.
On Travis, you can use "d: ldc-latest-ci" to test your project 
with it.
On d.godbolt.org, you can find it as ldc latest CI (dmd nightly 
is there too).

Note: the CI build includes assertions for extra testing, which 
means that the compiler will be much slower than normal releases.

Cheers,
   Johan
Dec 23 2018
parent Jacob Carlborg <doob me.com> writes:
On 2018-12-23 19:54, Johan Engelen wrote:
 Hi all,
    The dlang.org install.sh script is now able to install the latest
 successful CI build of LDC master, called "ldc-latest-ci" !

 That should make it easier for you to test the newest of the newest of
 LDC master.
 On Travis, you can use "d: ldc-latest-ci" to test your project with it.
 On d.godbolt.org, you can find it as ldc latest CI (dmd nightly is there
 too).
That's great. -- /Jacob Carlborg
Dec 25 2018