Fixed path to CMakeLists.txt for python

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-12 00:12:36 +02:00
parent 779714cce6
commit 228de6dcc3

View File

@@ -116,7 +116,7 @@ def javascript_slave(platform, cmake_args = [], cmake_env = {}, build_args = [],
def python_slave(key, platform, conda_env, cmake_args = [], cmake_env = {}, build_args = [], git_mode = 'incremental'):
factory = BuildFactory()
working_folder = "build/Python_" + key
working_folder = "build"
factory.addStep(ShellCommand(command=cleanCommand, description='fullclean?', workdir=""))
# Check out sources