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']