From af1067fa9569d7621c41a1b087e239a7b08bf9e2 Mon Sep 17 00:00:00 2001 From: Olli Vuolteenaho Date: Fri, 31 Oct 2025 09:32:04 +0200 Subject: [PATCH] Build Qt Tools for Android Studio in CI The binaries will be stored to ci-files02 after successful integrations and the testing/release process will use those binaries. Currently we can disable tests, as there are no unit tests in the plugin itself. Task-number: QTQAINFRA-7390 Change-Id: I7777ee47eed845022d67447a9389ab6943d69bc9 Reviewed-by: Tero Heikkinen --- coin/platform_configs/android-studio-tools.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 coin/platform_configs/android-studio-tools.yaml diff --git a/coin/platform_configs/android-studio-tools.yaml b/coin/platform_configs/android-studio-tools.yaml new file mode 100644 index 00000000..eadc29c6 --- /dev/null +++ b/coin/platform_configs/android-studio-tools.yaml @@ -0,0 +1,8 @@ +Version: 2 +Include: [] +Configurations: +- + Id: 'qttas-on-linux' + Template: 'qtci-linux-RHEL-9.4-x86_64-50' + Compiler: 'GCC' + Features: ['UseConfigure', 'Packaging', 'DisableTests']