mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-21 03:48:08 -05:00
Once more into the breach
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user