swig+matlab binary not nightly build anymore - build on force

Closes https://github.com/CoolProp/CoolProp/issues/179

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-10-15 21:46:59 +02:00
parent 1416f62682
commit c2cc24092c

View File

@@ -544,7 +544,7 @@ c['schedulers'].append(ForceScheduler(
c['schedulers'].append(Nightly(name='nightly',
branch='master',
builderNames=['nightly-build','SWIG-MATLAB-bin'],
builderNames=['nightly-build'],
hour=[3, 15],
minute=0))