summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@78cadc50-ecff-11dd-a971-7dbc132099af>2013-06-14 17:20:04 +0000
committerscottmg@chromium.org <scottmg@chromium.org@78cadc50-ecff-11dd-a971-7dbc132099af>2013-06-14 17:20:04 +0000
commitf9f6c9cc9d55a2025e5300a5addca3c6d290c330 (patch)
tree046435d5805a7a20e92e5de10b9f0ef0e2c8ce8d /buildbot
parent88c44e39c57787edf6593c4714f3a3937d2e3326 (diff)
downloadgyp-f9f6c9cc9d55a2025e5300a5addca3c6d290c330.tar.gz
switch go/gypbot from vs2008 to vs2012
Per https://groups.google.com/forum/?fromgroups#!topic/gyp-developer/OviErZ6vR1A move 2008 to 2012. R=bradnelson@google.com Review URL: https://codereview.chromium.org/17035011 git-svn-id: http://gyp.googlecode.com/svn/trunk@1649 78cadc50-ecff-11dd-a971-7dbc132099af
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/buildbot_run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/buildbot_run.py b/buildbot/buildbot_run.py
index 629c8829..398eb87a 100755
--- a/buildbot/buildbot_run.py
+++ b/buildbot/buildbot_run.py
@@ -130,9 +130,9 @@ def GypBuild():
retcode += GypTestFormat('make')
elif sys.platform == 'win32':
retcode += GypTestFormat('ninja')
- retcode += GypTestFormat('msvs-2008', format='msvs', msvs_version='2008')
if os.environ['BUILDBOT_BUILDERNAME'] == 'gyp-win64':
retcode += GypTestFormat('msvs-2010', format='msvs', msvs_version='2010')
+ retcode += GypTestFormat('msvs-2012', format='msvs', msvs_version='2012')
else:
raise Exception('Unknown platform')
if retcode: