Jump to page: 1 2
Thread overview
Testing Nightly Build Service
Dec 12, 2015
Martin Nowak
Dec 12, 2015
Martin Nowak
Dec 12, 2015
Jack Stouffer
Dec 13, 2015
Jacob Carlborg
Dec 12, 2015
Johan Engelen
Dec 13, 2015
Iain Buclaw
Dec 13, 2015
David Nadlinger
Dec 13, 2015
Iain Buclaw
Dec 13, 2015
Suliman
Dec 13, 2015
Martin Nowak
Jan 05, 2016
Johan Engelen
Jan 06, 2016
Martin Nowak
Dec 14, 2015
Andrea Fontana
Dec 18, 2015
steven kladitis
Dec 18, 2015
John Colvin
December 12, 2015
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/
December 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

December 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/
December 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.), 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?

December 13, 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
December 13, 2015
> https://builds.dawg.eu/dmd-nightly/

Why not https://builds.dlang.org ?


December 13, 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:
>
>> 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. :-)


December 13, 2015
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.
December 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:
>> 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
December 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:
>
>> 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.


« First   ‹ Prev
1 2