From d88eabc7f714b7633508da1a81b9be30a33182d9 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 26 Mar 2025 17:43:52 +0100 Subject: [PATCH] coin: Add a new nightly platform for qt5.git RunCMake tests Add a new nightly platform configuration to run qt5.git RunCMake tests. Currently this will test the init-repository script, and will also attempt to build and install Qt in various configurations that developers use locally. Change-Id: I74e0befc76ef0702c9036d30c85b8cf16b0b98a3 Reviewed-by: Joerg Bornemann --- .../nightly_top_level_run_cmake_tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 coin/platform_configs/nightly_top_level_run_cmake_tests.yaml diff --git a/coin/platform_configs/nightly_top_level_run_cmake_tests.yaml b/coin/platform_configs/nightly_top_level_run_cmake_tests.yaml new file mode 100644 index 00000000..1d3229bf --- /dev/null +++ b/coin/platform_configs/nightly_top_level_run_cmake_tests.yaml @@ -0,0 +1,9 @@ +Version: 2 +Configurations: +- + Id: 'ubuntu-24.04-x64-run-cmake-tests' + Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' + Compiler: 'GCC' + Features: ['Sccache', 'NoSubmoduleDependencies', 'TopLevelRunCMakeTests', 'DisableTests', 'VMSize16'] + Configure arguments: '' + Environment variables: []