File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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.
188188Note 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
189189in 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
You can’t perform that action at this time.
0 commit comments