Add a flag to build the documentation

The Qttools is required for the QDoc for building the docs.

Change-Id: I834d3c719b6436560b060eda70723904c5f0e6d3
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit a2160c214f)
This commit is contained in:
Toni Saario 2020-11-30 09:43:29 +02:00
parent 7c1d0c871e
commit 3d0cbbb601
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ accept_configuration:
instructions:
Build:
- type: EnvironmentVariable
variableName: BUILD_DOCUMENTATION
variableValue: "1"
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test:

View File

@ -2,3 +2,6 @@ dependencies:
../qtbase:
ref: 8fa91c75ad0cb0b1905c6775b62f734bc610fb60
required: true
../qttools:
ref: 7691cf0e687a3bea199061dcaf9c6dda304569af
required: true