mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Removed some buildbot builders that are no longer needed
This commit is contained in:
@@ -1422,11 +1422,11 @@ c['builders'].append(BuilderConfig(
|
||||
build_args = ['--config','Release'],
|
||||
ctest_args = ['-C','Release'])))
|
||||
|
||||
c['builders'].append(BuilderConfig(
|
||||
name="Matlab-binaries-OSX-10.10",
|
||||
slavenames = ["OSX-IB-slave"],
|
||||
factory = swig_matlab_builder("OSX",
|
||||
cmake_args = ['-DBUILD_TESTING=OFF', '-DCOOLPROP_MATLAB_INSTALL_PREFIX=/Users/ian/buildbot-slave/Matlab-binaries-OSX-10_10/build/install_root/MATLAB/OSX10.10+'])))
|
||||
# c['builders'].append(BuilderConfig(
|
||||
# name="Matlab-binaries-OSX-10.10",
|
||||
# slavenames = ["OSX-IB-slave"],
|
||||
# factory = swig_matlab_builder("OSX",
|
||||
# cmake_args = ['-DBUILD_TESTING=OFF', '-DCOOLPROP_MATLAB_INSTALL_PREFIX=/Users/ian/buildbot-slave/Matlab-binaries-OSX-10_10/build/install_root/MATLAB/OSX10.10+'])))
|
||||
|
||||
c['builders'].append(BuilderConfig(
|
||||
name="Matlab-binaries-windows-32bit-VS10",
|
||||
@@ -1451,13 +1451,13 @@ for platform in ['windows', 'linux', 'OSX']:
|
||||
else:
|
||||
windows = False
|
||||
|
||||
c['builders'].append(
|
||||
BuilderConfig(name="nightlySWIG+MATLAB-" + platname,
|
||||
slavenames=[platform + "-slave"],
|
||||
factory = SWIG_MATLAB_bin_builder(platform, windows = windows)
|
||||
)
|
||||
)
|
||||
swig_builders.append(c['builders'][-1].name)
|
||||
# c['builders'].append(
|
||||
# BuilderConfig(name="nightlySWIG+MATLAB-" + platname,
|
||||
# slavenames=[platform + "-slave"],
|
||||
# factory = SWIG_MATLAB_bin_builder(platform, windows = windows)
|
||||
# )
|
||||
# )
|
||||
# swig_builders.append(c['builders'][-1].name)
|
||||
#c['builders'].append(
|
||||
# BuilderConfig(name="nightlySWIG+scilab-" + platname,
|
||||
# slavenames=[platform + "-slave"],
|
||||
|
||||
Reference in New Issue
Block a user