diff --git a/coin/platform_configs/tqtc-qml-preview-mcp.yaml b/coin/platform_configs/tqtc-qml-preview-mcp.yaml new file mode 100644 index 00000000..b6f4348f --- /dev/null +++ b/coin/platform_configs/tqtc-qml-preview-mcp.yaml @@ -0,0 +1,25 @@ +Version: 2 +Include: [ + cmake_platforms.yaml: [ + 'ubuntu-22.04', + 'ubuntu-22.04-x11-tests', + 'ubuntu-24.04-x64', + 'ubuntu-24.04-x64-x11-tests', + 'rhel-9.6', + 'rhel-10.0', + 'windows-11_24H2-msvc2022', + 'windows-11_24H2-msvc2026', + 'windows-11_24h2-mingw15', + 'windows-11_24H2-llvm' + ], + macos.yaml: [ + 'macos-universal-on-arm64', + 'macos-14-x86_64-tests', + 'macos-15-x86_64-tests', + 'macos-26-x86_64-tests', + 'macos-14-arm64-tests', + 'macos-15-arm64-tests', + 'macos-26-arm64-tests' + ] +] +Configurations: [] diff --git a/coin/platform_configs/tqtc-qtmcp.yaml b/coin/platform_configs/tqtc-qtmcp.yaml index 88537783..b6f4348f 100644 --- a/coin/platform_configs/tqtc-qtmcp.yaml +++ b/coin/platform_configs/tqtc-qtmcp.yaml @@ -5,11 +5,21 @@ Include: [ 'ubuntu-22.04-x11-tests', 'ubuntu-24.04-x64', 'ubuntu-24.04-x64-x11-tests', - 'windows-11_24H2-msvc2022' + 'rhel-9.6', + 'rhel-10.0', + 'windows-11_24H2-msvc2022', + 'windows-11_24H2-msvc2026', + 'windows-11_24h2-mingw15', + 'windows-11_24H2-llvm' ], macos.yaml: [ - 'macos-arm64-developer-build', - 'macos-14-arm64-developer-build-tests' + 'macos-universal-on-arm64', + 'macos-14-x86_64-tests', + 'macos-15-x86_64-tests', + 'macos-26-x86_64-tests', + 'macos-14-arm64-tests', + 'macos-15-arm64-tests', + 'macos-26-arm64-tests' ] ] Configurations: []