Re-enabled quick builds on Windows.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/438001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1845 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2012-03-06 15:26:00 +00:00
parent e22c5c3870
commit 9b3ab115ad

View File

@ -731,8 +731,7 @@ class WebRTCWinFactory(WebRTCFactory):
self.AddCommonStep(cmd, 'svnkill')
# Now do the clean + build.
self.AddCommonStep(['rm', '-rf', 'trunk'],
descriptor=['Nuke Repository', '(Always for now)'])
self.AddSmartCleanStep()
self.AddCommonStep(['gclient', 'config', WEBRTC_SVN_LOCATION],
descriptor='gclient_config')
self.AddGclientSyncStep(force_sync=True)