mirror of
https://github.com/overte-org/overte.git
synced 2025-07-29 09:30:01 +02:00
Merge branch 'master' of https://github.com/worklist/hifi into pointy
This commit is contained in:
commit
c678b79373
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ static Closure cmakeBuild(srcDir, instCommand) {
|
||||||
installCommand instCommand
|
installCommand instCommand
|
||||||
preloadScript ''
|
preloadScript ''
|
||||||
cmakeArgs ''
|
cmakeArgs ''
|
||||||
projectCmakePath '/usr/bin/cmake'
|
projectCmakePath '/usr/local/bin/cmake'
|
||||||
cleanBuild 'false'
|
cleanBuild 'false'
|
||||||
cleanInstallDir 'false'
|
cleanInstallDir 'false'
|
||||||
builderImpl ''
|
builderImpl ''
|
||||||
|
@ -138,4 +138,4 @@ parameterizedJob.with {
|
||||||
(project / publishers / 'hudson.plugins.postbuildtask.PostbuildTask' /
|
(project / publishers / 'hudson.plugins.postbuildtask.PostbuildTask' /
|
||||||
tasks / 'hudson.plugins.postbuildtask.TaskProperties' / script).setValue(curlCommand)
|
tasks / 'hudson.plugins.postbuildtask.TaskProperties' / script).setValue(curlCommand)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue