digitalmars.D.announce - Testing Nightly Build Service
- Martin Nowak (8/8) Dec 12 2015 As you might already know from the last sprint review
- Martin Nowak (2/4) Dec 12 2015 http://forum.dlang.org/post/56592679.3010604@dawg.eu
- Jack Stouffer (5/14) Dec 12 2015 Thanks for this Martin!
- Jacob Carlborg (5/6) Dec 13 2015 I do :). But looking at how many replies there are for those post, I
- Johan Engelen (3/7) Dec 12 2015 Great!
- Iain Buclaw via Digitalmars-d-announce (3/11) Dec 13 2015 More like fortnightlies. :-)
- David Nadlinger (11/16) Dec 13 2015 I don't know what the situation is in your camp, but as far as
- Iain Buclaw via Digitalmars-d-announce (5/16) Dec 13 2015 Yes, things are much more stable here. :-P
- Suliman (1/2) Dec 13 2015 Why not https://builds.dlang.org ?
- Martin Nowak (4/6) Dec 13 2015 Because we're testing the service, once it's reliable, we'll move
- Johan Engelen (6/13) Jan 05 2016 Hi Martin,
- Martin Nowak (5/10) Jan 06 2016 Yes, test phase successful, waiting for time to do the rest.
- Andrea Fontana (2/11) Dec 14 2015 That's a good news!
- steven kladitis (3/19) Dec 18 2015 It looks lie it is building lots of C code, I thought D was
- John Colvin (4/25) Dec 18 2015 The backend is still in C++. 2.067 was fully C++ is probably
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
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
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
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
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
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:More like fortnightlies. :-)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 13 2015
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: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. — DavidAre there plans for adding nightlies for GDC and LDC?More like fortnightlies. :-)
Dec 13 2015
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: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.On 12 December 2015 at 16:48, Johan Engelen via Digitalmars-d-announce < digitalmars-d-announce puremagic.com> wrote: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. ;)Are there plans for adding nightlies for GDC and LDC?More like fortnightlies. :-)
Dec 13 2015
https://builds.dawg.eu/dmd-nightly/Why not https://builds.dlang.org ?
Dec 13 2015
On Sunday, 13 December 2015 at 10:22:56 UTC, Suliman wrote: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.https://builds.dawg.eu/dmd-nightly/Why not https://builds.dlang.org ?
Dec 13 2015
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:Hi Martin, Any news on this? (and it'd be great if LDC could be added too! ;-) cheers, JohanBecause we're testing the service, once it's reliable, we'll move this to a dlang subdomain or integrate it with downloads.dlang.org.https://builds.dawg.eu/dmd-nightly/Why not https://builds.dlang.org ?
Jan 05 2016
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, JohanYes, 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
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
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: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?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 18 2015
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:The backend is still in C++. 2.067 was fully C++ is probably built for bootstrapping.On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote: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?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 18 2015