From 06e1b81a7d9192a471db748cb6333c39e80c1626 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 1 Apr 2022 15:57:21 +0200 Subject: [PATCH] Add Windows CI platform configurations for the qmake2cmake repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id21cc5c62e51fa3f1041e76201f4a6c914eb5e1e Reviewed-by: Jörg Bornemann Reviewed-by: Alexandru Croitor --- coin/platform_configs/qmake2cmake.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coin/platform_configs/qmake2cmake.yaml b/coin/platform_configs/qmake2cmake.yaml index 2d0a6350..7445b305 100644 --- a/coin/platform_configs/qmake2cmake.yaml +++ b/coin/platform_configs/qmake2cmake.yaml @@ -1,6 +1,10 @@ Version: 2 Module only: True Configurations: +- + Template: 'qtci-windows-10_21H2-x86_64-51' + Compiler: 'MSVC2019' + Features: ['DisableTests'] - Template: 'qtci-macos-12-x86_64-102' Compiler: 'Clang'