Merge branch 'master' of https://github.com/worklist/hifi into ssao

This commit is contained in:
Andrzej Kapolka 2013-08-16 10:45:27 -07:00
commit 772ddfadb1

View file

@ -140,3 +140,20 @@ parameterizedJob.with {
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