Cargo-culted from clang docs builder. Should work, but I haven't tried.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Just one comment about the workdir.
zorg/buildbot/builders/SphinxDocsBuilder.py | ||
---|---|---|
46 ↗ | (On Diff #68936) | I think workdir should be clang_tools_srcdir, which should be set appropriately in the code above. |
Comment Actions
- Set proper working directory and build step name for clang extra tools SVN checkout.
zorg/buildbot/builders/SphinxDocsBuilder.py | ||
---|---|---|
46 ↗ | (On Diff #68936) | Oops, I knew something was wrong. Fixed this and the build step name. |
Comment Actions
Do you know whether build slaves should pick this configuration change up automatically?
Comment Actions
Here's the new builder: http://lab.llvm.org:8011/builders/clang-tools-sphinx-docs
Fails with ninja: error: unknown target 'docs-clang-tools-html'.