[Scons-dev] Adding Visual Studio 2015 Support to SCons

Rob Smith (WINDOWS) robs at microsoft.com
Fri Jul 24 13:30:04 EDT 2015


The other pull request was merged and kicked off a new build which passed 100% (I verified this ran the new VS 14 tests): http://buildbot.scons.org/builders/win7-64-vs20102.7/  Looks like we should be good now.

-----Original Message-----
From: Scons-dev [mailto:scons-dev-bounces at scons.org] On Behalf Of Dirk Bächle
Sent: Thursday, July 23, 2015 1:27 PM
To: scons-dev at scons.org
Subject: Re: [Scons-dev] Adding Visual Studio 2015 Support to SCons

Rob,

On 23.07.2015 18:54, Rob Smith (WINDOWS) wrote:
> Looks like the build is exiting immediately because it doesn't find any new changes:
>


yes, but it should actually detect that it's not at the latest revision available. Triggering a build manually should not rely on the "hg pull" to emit new changes, because if the update to the "tip" revision was missed last time, it gets missed again and again...until finally a new commit is added to the repository.
Another scenario would include a person logging into the build machine and doing a "hg update" on the command line, such that the sources point to a completely unrelated revision!

Bill, can we somehow add an "always-update-to-latest-revision" step for the manual trigger? We should be safe for normal commits because we have a corresponding commit ID there, right?

Best regards,

Dirk

_______________________________________________
Scons-dev mailing list
Scons-dev at scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


More information about the Scons-dev mailing list