From 0b7de305ef45371ef884e54890a3aa160d67d0f8 Mon Sep 17 00:00:00 2001 From: Tatiana Borisova Date: Mon, 16 Jun 2025 18:16:20 +0200 Subject: [PATCH] Integrate coin build procedures for qtopenapi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add platforms for qtopenapi build Task-number: QTBUG-137883 Change-Id: Ia4d889c6e8c5721ac133f3a2a995b61fea41a5b8 Reviewed-by: Simo Fält --- coin/platform_configs/qtopenapi.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 coin/platform_configs/qtopenapi.yaml diff --git a/coin/platform_configs/qtopenapi.yaml b/coin/platform_configs/qtopenapi.yaml new file mode 100644 index 00000000..905461c4 --- /dev/null +++ b/coin/platform_configs/qtopenapi.yaml @@ -0,0 +1,15 @@ +Version: 2 +Include: [ + macos.yaml: [ + "macos-14-x86_64-tests", + "macos-14-arm64-tests", + "macos-arm64-developer-build", + ], + cmake_platforms.yaml: [ + "ubuntu-24.04-x64", + "ubuntu-24.04-x64-developer-build", + "ubuntu-24.04-x64-x11-tests", + "ubuntu-24.04-x64-developer-build-x11-tests", + ] +] +Configurations: []