Skip to content

Commit

Permalink
Update relative path again for swig
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed Sep 2, 2015
1 parent 066d62c commit e914d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/buildbot/master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ def swig_matlab_builder(platform, build_args = [], cmake_args = [], ctest_args =
# Package a zip file from the swigged sources
if platform == 'linux':
factory.addStep(ShellCommand(
command=prepend_path('export PATH=../../build/build/swig-matlab-bin/bin:${PATH} && export SWIG_LIB=../../build/build/swig-matlab-bin/share/swig/3.0.5 && chmod +x build_swigged_matlab.sh && ./build_swigged_matlab.sh'),
command='export PATH=../../../../build/swig-matlab-bin/bin:${PATH} && export SWIG_LIB=../../../../build/swig-matlab-bin/share/swig/3.0.5 && chmod +x build_swigged_matlab.sh && ./build_swigged_matlab.sh',
workdir= "build/dev/scripts", env = cmake_env, haltOnFailure = True))

# Upload the files
Expand Down

0 comments on commit e914d54

Please sign in to comment.