Skip to content

Commit b956a90

Browse files
Gagi2kalcroito
authored andcommitted
coin: Introduce a COIN_DOC_CMAKE_ARGS env variable
This can be used to configure extra cmake args for the documentation build in coin. Pick-to: 6.8 Change-Id: I11417bee9630aebe0bbc118cd843b1536101da71 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
1 parent be2c030 commit b956a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coin/instructions/coin_module_test_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ instructions:
1717
1818
- type: EnvironmentVariable
1919
variableName: COIN_CMAKE_ARGS
20-
variableValue: "-DQT_BUILD_TESTS=OFF"
20+
variableValue: "-DQT_BUILD_TESTS=OFF {{.Env.COIN_DOC_CMAKE_ARGS}}"
2121
- type: EnvironmentVariable
2222
variableName: CONFIGURE_ENV_PREFIX
2323
variableValue: "{{.Env.ENV_PREFIX}}"

0 commit comments

Comments
 (0)