aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-06-21 09:35:53 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-28 09:20:52 +0000
commit898d152739496890db334a57593d43768356144f (patch)
tree8fec9b67f1dff27b4c7c5071068553345ee49ca7
parent7ac98ea0bb2a9ee69cdd5568cd792ab3e5fac965 (diff)
COIN/Qt Creator: Run tests
Change-Id: I73247d88fcd5539c2d3748af7619c2223c237d9c Reviewed-by: Antti Kokko <antti.kokko@qt.io> (cherry picked from commit 58ebc955614f8d96eac54c0953b9b4071bf1a0ef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/qt-creator.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/coin/platform_configs/qt-creator.yaml b/coin/platform_configs/qt-creator.yaml
index 8de2768b..130c974f 100644
--- a/coin/platform_configs/qt-creator.yaml
+++ b/coin/platform_configs/qt-creator.yaml
@@ -4,7 +4,7 @@ Configurations:
-
Template: 'qtci-windows-10_21H2-x86_64-51'
Compiler: 'MSVC2019'
- Features: ['Packaging', 'Sccache', 'DebugAndRelease', 'DisableTests']
+ Features: ['Packaging', 'Sccache', 'DebugAndRelease']
Configure arguments: ''
Environment variables: []
Environment script: ['%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64']
@@ -18,19 +18,19 @@ Configurations:
-
Template: 'qtci-linux-RHEL-8.4-x86_64-50'
Compiler: 'GCC'
- Features: ['Packaging', 'Sccache', 'DebugAndRelease', 'DisableTests']
+ Features: ['Packaging', 'Sccache', 'DebugAndRelease']
Configure arguments: ''
Environment variables: []
-
Template: 'qtci-linux-RHEL-8.4-x86_64-50'
Compiler: 'GCC'
- Features: ['Qt5', 'Sccache', 'DebugAndRelease', 'DisableTests']
+ Features: ['Qt5', 'Sccache', 'DebugAndRelease']
Configure arguments: ''
Environment variables: []
-
Template: 'qtci-macos-10.14-x86_64'
Compiler: 'Clang'
- Features: ['Packaging', 'DisableTests', 'Sccache', 'DebugAndRelease']
+ Features: ['Packaging', 'Sccache', 'DebugAndRelease']
Configure arguments: ''
Environment variables: []
-