From fb581937ffa1b33159c18e2f17d86f4621e61af4 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Wed, 18 Feb 2026 13:10:38 +0000 Subject: [PATCH] Add platform configuration for tqtc-qtmcp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic2e136bb3043e752407ae4d44974cba9d43d757a Reviewed-by: Simo Fält --- coin/platform_configs/tqtc-qtmcp.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 coin/platform_configs/tqtc-qtmcp.yaml diff --git a/coin/platform_configs/tqtc-qtmcp.yaml b/coin/platform_configs/tqtc-qtmcp.yaml new file mode 100644 index 00000000..88537783 --- /dev/null +++ b/coin/platform_configs/tqtc-qtmcp.yaml @@ -0,0 +1,15 @@ +Version: 2 +Include: [ + cmake_platforms.yaml: [ + 'ubuntu-22.04', + 'ubuntu-22.04-x11-tests', + 'ubuntu-24.04-x64', + 'ubuntu-24.04-x64-x11-tests', + 'windows-11_24H2-msvc2022' + ], + macos.yaml: [ + 'macos-arm64-developer-build', + 'macos-14-arm64-developer-build-tests' + ] +] +Configurations: []