From 5ab5cea6b339c9e25722bfc836c4020980b3bef2 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 31 Mar 2022 14:17:22 +0200 Subject: [PATCH] Add CI platform configurations for the qmake2cmake repo Adds Linux RHEL and macOS desktop platforms to run the qmake2cmake tests and linters, as well one more configuration for the license check. Ubuntu doesn't quite work out of the box. Same for Windows. They will be added later. Change-Id: Id37d2ca6512ea8b7564dfa05b4bd6c49cadf96a5 Reviewed-by: Toni Saario --- coin/platform_configs/qmake2cmake.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 coin/platform_configs/qmake2cmake.yaml diff --git a/coin/platform_configs/qmake2cmake.yaml b/coin/platform_configs/qmake2cmake.yaml new file mode 100644 index 00000000..2d0a6350 --- /dev/null +++ b/coin/platform_configs/qmake2cmake.yaml @@ -0,0 +1,15 @@ +Version: 2 +Module only: True +Configurations: +- + Template: 'qtci-macos-12-x86_64-102' + Compiler: 'Clang' + Features: ['DisableTests'] +- + Template: 'qtci-linux-RHEL-8.4-x86_64-50' + Compiler: 'GCC' + Features: ['DisableTests'] +- + Template: 'qtci-linux-Ubuntu-20.04-x86_64-50' + Compiler: 'GCC' + Features: ['TestOnly', 'LicenseCheck', 'UseLegacyInstructions']