summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-07-01 18:22:54 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-07-03 11:14:11 +0200
commit7c51f7ccc5d8281527ede7ba54f902fd3f5abb74 (patch)
treec14056199e8cd044c5f38911727a6efbb2036a5c
parent0423814a2fc12f94e82b1f7d9508481dbb09189d (diff)
CMake: Enable enforcing CI tests in qtbase
Any failing tests in CMake configurations will now prevent integrations to go through in the qtbase repository. Task-number: QTBUG-84886 Change-Id: I8c963cb2540a29a9c8702acd3d282da82fb521e7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
-rw-r--r--coin/module_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 5d50c02afe..6d7f067ebc 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -9,4 +9,4 @@ instructions:
- !include "{{qt/qtbase}}/coin_qtbase_build_template_v2.yaml"
Test:
- - !include "{{qt/qtbase}}/coin_module_test_template_v2.yaml"
+ - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"