diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2020-07-13 15:12:08 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2020-07-13 18:01:16 +0200 |
commit | 399d0f91633db9407d08bd083a6aca835be4386e (patch) | |
tree | 67dc10e80583910a877b4de8c25ea4b1e51b1710 /coin | |
parent | 7935d7ffd822e734d8e17b12e91d50cfb9bf3733 (diff) | |
download | qttools-399d0f91633db9407d08bd083a6aca835be4386e.tar.gz |
CMake: Enable enforcing CI tests
Any failing tests in CMake configurations will now prevent
integrations to go through in this repository.
Task-number: QTBUG-84886
Change-Id: Id374e7ad374363a08e4c68e5bc37ffc8ae06c596
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r-- | coin/module_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 7f31a5544..16d158c6b 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -9,4 +9,4 @@ instructions: - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml" Test: - - !include "{{qt/qtbase}}/coin_module_test_template_v2.yaml" + - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml" |