aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2024-03-06 18:32:02 +0100
committerDominik Holland <dominik.holland@qt.io>2024-03-22 11:20:36 +0100
commit532938387d16b183d61491b5a7aaea527fb7cc71 (patch)
treea8378a88142e000b6f50f2ba7c7f16739b3ab473 /coin
parent6440fe6f5173ed18a0b280e472a38c4b53133dba (diff)
coin: Disable Tests for the nightly ubuntu lcov config
The actual tests run in a special setup which takes care the tests are build and run accordingly. The 'DisableTests' feature should make sure the standard test build is skipped. Change-Id: I7889c86b19a0f049fd3f682c9f70ed8acf5aeabe Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/platform_configs/nightly_ubuntu_22_04_lcov.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/nightly_ubuntu_22_04_lcov.yaml b/coin/platform_configs/nightly_ubuntu_22_04_lcov.yaml
index a870f2a3..e09bb2e9 100644
--- a/coin/platform_configs/nightly_ubuntu_22_04_lcov.yaml
+++ b/coin/platform_configs/nightly_ubuntu_22_04_lcov.yaml
@@ -5,7 +5,7 @@ Configurations:
Id: 'ubuntu-22.04-lcov'
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
Compiler: 'GCC'
- Features: ['Sccache', 'UseConfigure', 'lcov', 'VMSize8']
+ Features: ['Sccache', 'UseConfigure', 'lcov', 'VMSize8', 'DisableTests']
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
Environment variables: [
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',