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