mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +02:00
Merge branch 'master' of https://github.com/worklist/hifi into separate_import_with_preview
This commit is contained in:
commit
3f320d902e
1 changed files with 13 additions and 0 deletions
|
@ -140,3 +140,16 @@ parameterizedJob.with {
|
|||
tasks / 'hudson.plugins.postbuildtask.TaskProperties' / script).setValue(curlCommand)
|
||||
}
|
||||
}
|
||||
|
||||
doxygenJob = hifiJob('docs', false)
|
||||
doxygenJob.with {
|
||||
configure { project ->
|
||||
(project / builders).setValue('')
|
||||
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
||||
doxyfilePath 'Doxyfile'
|
||||
keepAll false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
queue doxygenJob
|
Loading…
Reference in a new issue