www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Testing Nightly Build Service

reply Martin Nowak <code dawg.eu> writes:
As you might already know from the last sprint review 
(http://forum.dlang.org/post/56592679.3010604 dawg.), we've setup 
a server to build nightlies. The service is still in a test phase 
but seems to work steadily.

You can try it using the install script

curl -fsSL https://builds.dawg.eu/install.sh | bash -s dmd-nightly

or by simply downloading the latest archive for your platform.

https://builds.dawg.eu/dmd-nightly/
Dec 12 2015
next sibling parent Martin Nowak <code dawg.eu> writes:
On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote:
 As you might already know from the last sprint review 
 (http://forum.dlang.org/post/56592679.3010604 dawg.)
http://forum.dlang.org/post/56592679.3010604 dawg.eu
Dec 12 2015
prev sibling next sibling parent reply Jack Stouffer <jack jackstouffer.com> writes:
On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote:
 As you might already know from the last sprint review 
 (http://forum.dlang.org/post/56592679.3010604 dawg.)
Does anyone who doesn't work on DMD read those?
 we've setup a server to build nightlies. The service is still 
 in a test phase but seems to work steadily.

 You can try it using the install script

 curl -fsSL https://builds.dawg.eu/install.sh | bash -s 
 dmd-nightly

 or by simply downloading the latest archive for your platform.

 https://builds.dawg.eu/dmd-nightly/
Thanks for this Martin! Discussion on reddit: https://www.reddit.com/r/programming/comments/3wj1f7/d_nightly_builds_now_available/
Dec 12 2015
parent Jacob Carlborg <doob me.com> writes:
On 2015-12-12 17:30, Jack Stouffer wrote:

 Does anyone who doesn't work on DMD read those?
I do :). But looking at how many replies there are for those post, I would say it's very few. -- /Jacob Carlborg
Dec 13 2015
prev sibling next sibling parent reply Johan Engelen <j j.nl> writes:
On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote:
 As you might already know from the last sprint review 
 (http://forum.dlang.org/post/56592679.3010604 dawg.), we've 
 setup a server to build nightlies. The service is still in a 
 test phase but seems to work steadily.
Great! Are there plans for adding nightlies for GDC and LDC?
Dec 12 2015
parent reply Iain Buclaw via Digitalmars-d-announce writes:
On 12 December 2015 at 16:48, Johan Engelen via Digitalmars-d-announce <
digitalmars-d-announce puremagic.com> wrote:

 On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote:

 As you might already know from the last sprint review (
 http://forum.dlang.org/post/56592679.3010604 dawg.), we've setup a
 server to build nightlies. The service is still in a test phase but seems
 to work steadily.
Great! Are there plans for adding nightlies for GDC and LDC?
More like fortnightlies. :-)
Dec 13 2015
parent reply David Nadlinger <code klickverbot.at> writes:
On Sunday, 13 December 2015 at 11:57:18 UTC, Iain Buclaw wrote:
 On 12 December 2015 at 16:48, Johan Engelen via 
 Digitalmars-d-announce < digitalmars-d-announce puremagic.com> 
 wrote:
 Are there plans for adding nightlies for GDC and LDC?
More like fortnightlies. :-)
I don't know what the situation is in your camp, but as far as LDC is concerned, there is much more development activity than once every two weeks. ;) We currently have AppVeyor set up to push successful Windows builds to GitHub, and should probably do something similar for the Linux/OS X builds on Travis. For the latter, we'd need to set up a custom script if we wanted to push to a perpetually unfinished GitHub release as well, but we could also go for Bintray, S3, or wherever Martin will end up hosting the DMD files. — David
Dec 13 2015
parent Iain Buclaw via Digitalmars-d-announce writes:
On 13 December 2015 at 12:49, David Nadlinger via Digitalmars-d-announce <
digitalmars-d-announce puremagic.com> wrote:

 On Sunday, 13 December 2015 at 11:57:18 UTC, Iain Buclaw wrote:

 On 12 December 2015 at 16:48, Johan Engelen via Digitalmars-d-announce <
 digitalmars-d-announce puremagic.com> wrote:

 Are there plans for adding nightlies for GDC and LDC?
More like fortnightlies. :-)
I don't know what the situation is in your camp, but as far as LDC is concerned, there is much more development activity than once every two weeks. ;)
Yes, things are much more stable here. :-P Anything that is anywhere close to nightlies happens in the master branch which should never be used in any production environment.
Dec 13 2015
prev sibling next sibling parent reply Suliman <evermind live.ru> writes:
 https://builds.dawg.eu/dmd-nightly/
Why not https://builds.dlang.org ?
Dec 13 2015
parent reply Martin Nowak <code dawg.eu> writes:
On Sunday, 13 December 2015 at 10:22:56 UTC, Suliman wrote:
 https://builds.dawg.eu/dmd-nightly/
Why not https://builds.dlang.org ?
Because we're testing the service, once it's reliable, we'll move this to a dlang subdomain or integrate it with downloads.dlang.org.
Dec 13 2015
parent reply Johan Engelen <j j.nl> writes:
On Sunday, 13 December 2015 at 12:26:12 UTC, Martin Nowak wrote:
 On Sunday, 13 December 2015 at 10:22:56 UTC, Suliman wrote:
 https://builds.dawg.eu/dmd-nightly/
Why not https://builds.dlang.org ?
Because we're testing the service, once it's reliable, we'll move this to a dlang subdomain or integrate it with downloads.dlang.org.
Hi Martin, Any news on this? (and it'd be great if LDC could be added too! ;-) cheers, Johan
Jan 05 2016
parent Martin Nowak <code dawg.eu> writes:
On Tuesday, 5 January 2016 at 18:34:57 UTC, Johan Engelen wrote:
 Hi Martin,
   Any news on this?

 (and it'd be great if LDC could be added too! ;-)

 cheers,
   Johan
Yes, test phase successful, waiting for time to do the rest. http://forum.dlang.org/post/56806778.2040204 dawg.eu I'm not in charge of any ldc building, but can offer to collaborate on integrating any ldc nightly build service.
Jan 06 2016
prev sibling parent reply Andrea Fontana <nospam example.com> writes:
On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote:
 As you might already know from the last sprint review 
 (http://forum.dlang.org/post/56592679.3010604 dawg.), we've 
 setup a server to build nightlies. The service is still in a 
 test phase but seems to work steadily.

 You can try it using the install script

 curl -fsSL https://builds.dawg.eu/install.sh | bash -s 
 dmd-nightly

 or by simply downloading the latest archive for your platform.

 https://builds.dawg.eu/dmd-nightly/
That's a good news!
Dec 14 2015
parent reply steven kladitis <steven_kladitis yahoo.com> writes:
On Monday, 14 December 2015 at 08:36:27 UTC, Andrea Fontana wrote:
 On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak 
 wrote:
 As you might already know from the last sprint review 
 (http://forum.dlang.org/post/56592679.3010604 dawg.), we've 
 setup a server to build nightlies. The service is still in a 
 test phase but seems to work steadily.

 You can try it using the install script

 curl -fsSL https://builds.dawg.eu/install.sh | bash -s 
 dmd-nightly

 or by simply downloading the latest archive for your platform.

 https://builds.dawg.eu/dmd-nightly/
That's a good news!
It looks lie it is building lots of C code, I thought D was written in 'D' now. Also looks like it is compiling 2.067?
Dec 18 2015
parent John Colvin <john.loughran.colvin gmail.com> writes:
On Friday, 18 December 2015 at 15:42:32 UTC, steven kladitis 
wrote:
 On Monday, 14 December 2015 at 08:36:27 UTC, Andrea Fontana 
 wrote:
 On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak 
 wrote:
 As you might already know from the last sprint review 
 (http://forum.dlang.org/post/56592679.3010604 dawg.), we've 
 setup a server to build nightlies. The service is still in a 
 test phase but seems to work steadily.

 You can try it using the install script

 curl -fsSL https://builds.dawg.eu/install.sh | bash -s 
 dmd-nightly

 or by simply downloading the latest archive for your platform.

 https://builds.dawg.eu/dmd-nightly/
That's a good news!
It looks lie it is building lots of C code, I thought D was written in 'D' now. Also looks like it is compiling 2.067?
The backend is still in C++. 2.067 was fully C++ is probably built for bootstrapping.
Dec 18 2015