From e2ed2d39b1cfe1349d3b00d650afae2512efa62f Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 28 Oct 2014 15:14:05 -0400 Subject: [PATCH] scilab PATH on windows Signed-off-by: Ian Bell --- dev/buildbot/master/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/buildbot/master/master.cfg b/dev/buildbot/master/master.cfg index cc5e67e0..62fa273c 100644 --- a/dev/buildbot/master/master.cfg +++ b/dev/buildbot/master/master.cfg @@ -591,7 +591,7 @@ def swig_scilab_builder(platform, gitMode = 'incremental'): command = ["set", '"PATH=swig-scilab-bin/bin:${PATH}"', "&&", "cmake", "..", "-DCOOLPROP_SCILAB_SWIG_MODULE=ON","-DSWIG_DIR=swig-scilab-bin"] else: command = ["PATH=swig-scilab-bin/bin:${PATH}","cmake", "..", "-DCOOLPROP_SCILAB_SWIG_MODULE=ON","-DSWIG_DIR=swig-scilab-bin"] - factory.addStep(ShellCommand(command=' '.join(["PATH=swig-scilab-bin/bin:${PATH}","cmake", "..", "-DCOOLPROP_SCILAB_SWIG_MODULE=ON","-DSWIG_DIR=swig-scilab-bin"]), + factory.addStep(ShellCommand(command=' '.join(command), workdir= "build/build", haltOnFailure = True)) if platform == 'windows':