aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-01-27 00:26:38 +0100
committerTopi Reinio <topi.reinio@qt.io>2021-08-16 11:21:31 +0200
commite8a86ab6c84f6618fae6f961c34c25ef42e91332 (patch)
tree87d7d01fa8e8060cb49d66b85d9ea6adf2fc8b66 /coin/platform_configs
parentdcab4e83f35a7972ed0b565f02efc864d5f28df7 (diff)
Provision qdoc and qtattributionsscanner
Provision documentation generators for Ubuntu 20.04, and add 'TestDocs' feature to the configuration already used for generating documentation. This is to allow building docs during the testing cycle to block integrations that introduce new documentation warnings, without the need to add a dependency to qttools. Pick-to: 6.2 Fixes: QTBUG-83851 Change-Id: I74d7daeb7abb49403e97af41b0521f903607ce55 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/cmake_platforms.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index b2498060..e870f615 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -34,7 +34,7 @@ Configurations:
-
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
Compiler: 'GCC'
- Features: ['Sccache', 'Documentation']
+ Features: ['Sccache', 'Documentation', 'TestDocs']
Configure arguments: '-DQT_BUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DWARNINGS_ARE_ERRORS=OFF -DQT_LIBINFIX=TestInfix -DQT_NAMESPACE=TestNamespace -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
Environment variables: ['NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
'TEST_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache']