1Continuous Integration 2====================== 3 4Buildbot 5-------- 6 7LLVM Buildbot is the place where volunteers provide build machines. Everyone can 8`add a buildbot for LLDB <https://llvm.org/docs/HowToAddABuilder.html>`_. 9 10* `lldb-x64-windows-ninja <https://lab.llvm.org/buildbot/#/builders/83>`_ 11* `lldb-x86_64-debian <https://lab.llvm.org/buildbot/#/builders/68>`_ 12* `lldb-aarch64-ubuntu <https://lab.llvm.org/buildbot/#/builders/96>`_ 13* `lldb-arm-ubuntu <https://lab.llvm.org/buildbot/#/builders/17>`_ 14 15An overview of all LLDB builders can be found here: 16 17`https://lab.llvm.org/buildbot/#/builders?tags=lldb <https://lab.llvm.org/buildbot/#/builders?tags=lldb>`_ 18 19GreenDragon 20----------- 21 22GreenDragon builds and tests LLDB on macOS. It has a `dedicated tab 23<http://green.lab.llvm.org/green/view/LLDB/>`_ for LLDB. 24 25* `lldb-cmake <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/>`_ 26* `lldb-cmake-matrix <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/>`_ 27* `lldb-cmake-standalone <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/>`_ 28* `lldb-cmake-sanitized <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-sanitized/>`_ 29 30Documentation 31------------- 32 33The documentation bot validates that the website builds correctly with Sphinx. 34It does not generate the website itself, which happens on a separate server. 35 36* `lldb-sphinx-docs <http://lab.llvm.org:8011/builders/lldb-sphinx-docs>`_ 37