mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:09:52 +02:00
comment out docs in seed for now
This commit is contained in:
parent
d4be99ae2b
commit
ab7c5eb1e6
1 changed files with 3 additions and 3 deletions
|
@ -141,16 +141,16 @@ parameterizedJob.with {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
doxygenJob = hifiJob('docs', false)
|
/*doxygenJob = hifiJob('docs', false)
|
||||||
doxygenJob.with {
|
doxygenJob.with {
|
||||||
configure { project ->
|
configure { project ->
|
||||||
(project / builders).setValue('')
|
(project / builders).setValue('')
|
||||||
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
||||||
doxyfilePath 'Doxyfile'
|
doxyfilePath 'Doxyfile'
|
||||||
keepAll false
|
keepAll false
|
||||||
folderWhereYouRunDoxygen ''
|
folderWhereYouRunDoxygen ' '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
queue doxygenJob
|
queue doxygenJob*/
|
Loading…
Reference in a new issue