Skip to content

Commit 85737da

Browse files
authored
docs for build order html (#3805)
1 parent 8906863 commit 85737da

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

images/conan-build-order-html.png

248 KB
Loading

reference/commands/graph/build_order.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,17 @@ the result would be only those that are going to be built:
187187
Then it will contain exclusively the ``binary=Build`` nodes, but not the rest.
188188
Note that it will also provide a ``build_args`` field with the arguments needed for a ``conan install <args>`` to fire the build of this package
189189
in the CI agent.
190+
191+
192+
**Getting a visual representation of the Build Order**
193+
194+
You can obtain a visual representation of the build order by using the HTML formatter. For example:
195+
196+
.. code-block:: text
197+
198+
$ conan graph build-order --requires=opencv/4.9.0 --order-by=recipe --build=missing --format=html > build-order.html
199+
200+
201+
.. image:: /images/conan-build-order-html.png
202+
:width: 100%
203+
:align: center

0 commit comments

Comments
 (0)