mirror of https://github.com/qt/qtcoap.git
Doc: Enable documentation testing in the CI
Include documentation testing steps in coin/module_config.yaml and set the warning limit to zero. Task-number: QTBUG-130559 Change-Id: I0e34102e936db08861f1afb6f6687cf89165e191 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
bde6314146
commit
bced08d550
|
@ -10,3 +10,4 @@ instructions:
|
|||
|
||||
Test:
|
||||
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
|
||||
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
|
||||
|
|
|
@ -42,3 +42,6 @@ depends += qtcore qtdoc qtnetwork qtqml qmake qtcmake
|
|||
|
||||
navigation.landingpage = "Qt CoAP"
|
||||
navigation.cppclassespage = "Qt CoAP C++ Classes"
|
||||
|
||||
# Allow zero warnings when testing documentation in CI
|
||||
warninglimit = 0
|
||||
|
|
Loading…
Reference in New Issue