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 <http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja>`_ 11* `lldb-x86_64-debian <http://lab.llvm.org:8011/builders/lldb-x86_64-debian>`_ 12* `lldb-aarch64-ubuntu <http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/>`_ 13* `lldb-x86_64-fedora <http://lab.llvm.org:8014/builders/lldb-x86_64-fedora>`_ 14 15Documentation 16------------- 17 18The documentation bot validates that the website builds correctly with Sphinx. 19It does not generate the website itself, which happens on a separate server. 20 21* `lldb-sphinx-docs <http://lab.llvm.org:8011/builders/lldb-sphinx-docs>`_ 22 23GreenDragon 24----------- 25 26GreenDragon builds and tests LLDB on macOS. It has a `dedicated tab 27<http://green.lab.llvm.org/green/view/LLDB/>`_ for LLDB. 28 29* `lldb-cmake <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/>`_ 30* `lldb-cmake-matrix <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/>`_ 31* `lldb-cmake-python3 <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-python3/>`_ 32* `lldb-cmake-standalone <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/>`_ 33* `lldb-cmake-sanitized <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-sanitized/>`_ 34 35