mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Merge branch 'master' of https://github.com/worklist/hifi into ssao
This commit is contained in:
commit
772ddfadb1
1 changed files with 17 additions and 0 deletions
|
@ -140,3 +140,20 @@ parameterizedJob.with {
|
||||||
tasks / 'hudson.plugins.postbuildtask.TaskProperties' / script).setValue(curlCommand)
|
tasks / 'hudson.plugins.postbuildtask.TaskProperties' / script).setValue(curlCommand)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
doxygenJob = hifiJob('docs', false)
|
||||||
|
doxygenJob.with {
|
||||||
|
scm {
|
||||||
|
git(GIT_REPO_URL, 'master') {}
|
||||||
|
}
|
||||||
|
|
||||||
|
configure { project ->
|
||||||
|
(project / builders).setValue('')
|
||||||
|
}
|
||||||
|
|
||||||
|
steps {
|
||||||
|
shell('doxygen')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
queue doxygenJob
|
Loading…
Reference in a new issue