Re: [eigen] Continuous integration builds |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] Continuous integration builds
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sun, 7 Jul 2013 14:45:21 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ZWrf2skHVC9vnzruGupgi2KkW66Ii9C3zgxqzkyspcU=; b=SbfTM0ci1prN2/2oILyQxx6CtyIkutWUn8jdxWIERLBjixZIuKtqX/u4N2zPCVGzeb nW09Qpcu8+gLNcKQjdObC7DVOuFHRsUMdQO+Qpp6FNpNOYZ2wBXuxKDOH+uZi0+qhV56 WrNZOMkF3a+9oe2FeNrPqsL3qxiALg6ZmpaCBL/9UyscBl6TQwvXKHl5OrmckjKuqxAA b53fsbRUasKAUjpTuYGIHql+onv2yI3QV4HRJolRdFZYq0jQpzyo/Q43WRm7eExrUJjm W18putrbfuMZQ5/rPET8Zb3SKnxON9DcOWXHD+OQT4TQ2onywgegiZrLfNiswXZEBEfO tX1Q==
On Sun, Jul 7, 2013 at 2:30 PM, Hauke Heibel <hauke.heibel@xxxxxxxxx> wrote:
> Hi,
>
> On Fri, Jul 5, 2013 at 11:23 PM, Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
> wrote:
>>
>> As you can see, a VC build takes about 3h that is too much for that
>> purpose.
>
>
> If I remember correctly, there exists an option to prevent CTest from
> issuing a full rebuild. Maybe it makes sense to simply use incremental
> builds for CI. VS should then automatically detect which tests are affected
> by the change and rebuild only those. On the other hand side it might not
> help much because Eigen/Core includes almost all files - so maybe the
> compiler will anyways rebuild everything.
yes, I though about that and came up with the same conclusion. That's
still worth trying. It seems to be the "--build-noclean" option.
gael
>
> Regards,
> Hauke
>