Fixing cmake path on seed's groovy

This commit is contained in:
Leonardo Murillo 2013-07-29 16:00:55 -06:00
parent 855d388424
commit 9662b956c7

View file

@ -90,7 +90,7 @@ static Closure cmakeBuild(srcDir, instCommand) {
installCommand instCommand
preloadScript ''
cmakeArgs ''
projectCmakePath '/usr/bin/cmake'
projectCmakePath '/usr/local/bin/cmake'
cleanBuild 'false'
cleanInstallDir 'false'
builderImpl ''
@ -138,4 +138,4 @@ parameterizedJob.with {
(project / publishers / 'hudson.plugins.postbuildtask.PostbuildTask' /
tasks / 'hudson.plugins.postbuildtask.TaskProperties' / script).setValue(curlCommand)
}
}
}