Once more into the breach

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-14 00:20:12 +02:00
parent 6a9cd07e75
commit d7701fa0a1

View File

@@ -210,8 +210,7 @@ for conda_env in ['py33','py27','py34']:
ctest_args, cmake_args = [], []
if platform.startswith('windows'):
ctest_args = ['-C', 'Release']
cmake_args = ['-G', 'Visual Studio 10 2010 Win64']
cmake_args = ['-G', '"Visual Studio 10 2010 Win64"']
c['builders'].append(
BuilderConfig(name="Python-binaries-" + platform + '-' + conda_env,
slavenames=[platform + "-slave"],