mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
coin: Skip running Qt auto tests for the documentation warning build
We only need the documentation-specific instructions to build the docs, so instruct the test instructions in qtbase to skip the auto test. Change-Id: I6cca16a584aa39fb994b45c0db68309e59bfada1 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
@@ -291,10 +291,9 @@ Configurations:
|
||||
# new qdoc warnings are introduced. The resulting documentation
|
||||
# is not used for anything (neither online or offline docs). See
|
||||
# qt5.yaml for a config that builds offline docs.
|
||||
# FIXME: Add feature flag that avoids running the Qt auto tests
|
||||
Id: 'documentation-warnings'
|
||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Sccache', 'TestOnly', 'TestDocs']
|
||||
Features: ['Sccache', 'TestOnly', 'TestDocs', 'DoNotRunTestsButCreateTestWorkItem']
|
||||
Platform dependency: 'ubuntu-22.04'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user