From 5fc8a377ce56d67f3b54df62bda8a45ba4416f9a Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 21 Jun 2022 15:32:00 +0200 Subject: Build minimal subset of tests for Android multi-ABI Qt builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an option to limit the number of tests for building and testing Android multi-ABI configurations in CI. Currently only Core tests supposed to run. Change-Id: Ibb8a41d60d108259ef2675ec54bde2482f87c8b2 Reviewed-by: Jörg Bornemann --- cmake/QtSetup.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/QtSetup.cmake') diff --git a/cmake/QtSetup.cmake b/cmake/QtSetup.cmake index c9d2655bd9..fbf5184c2b 100644 --- a/cmake/QtSetup.cmake +++ b/cmake/QtSetup.cmake @@ -253,6 +253,8 @@ unset(_qt_build_examples_as_external) option(QT_BUILD_MANUAL_TESTS "Build Qt manual tests" OFF) option(QT_BUILD_MINIMAL_STATIC_TESTS "Build minimal subset of tests for static Qt builds" OFF) +option(QT_BUILD_MINIMAL_ANDROID_MULTI_ABI_TESTS + "Build minimal subset of tests for Android multi-ABI Qt builds" OFF) ## Path used to find host tools, either when cross-compiling or just when using the tools from ## a different host build. -- cgit v1.2.3