From 439a1eb2207417a6d2d0f14766e3e627035a9a7f Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Mon, 6 May 2019 15:10:32 +0300 Subject: Change configuration files into yaml format Change-Id: I252908e9eae3a254f32a286608734b5728cd60b8 Reviewed-by: Liang Qi Reviewed-by: Aapo Keskimolo --- coin/platform_configs/tqtc-qt-rta.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 coin/platform_configs/tqtc-qt-rta.yaml (limited to 'coin/platform_configs/tqtc-qt-rta.yaml') diff --git a/coin/platform_configs/tqtc-qt-rta.yaml b/coin/platform_configs/tqtc-qt-rta.yaml new file mode 100644 index 00000000..76664d06 --- /dev/null +++ b/coin/platform_configs/tqtc-qt-rta.yaml @@ -0,0 +1,14 @@ +- + Template: 'qtci-windows-7-x86_64-4' + Compiler: 'MSVC2013' + Features: ['DisableTests'] + Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests' +- + Template: 'qtci-windows-8.1-x86_64' + Compiler: 'MSVC2013' + Features: ['DisableTests'] + Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests' +- + Template: 'qtci-windows-10-x86-3' + Compiler: 'MSVC2017' + Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests' -- cgit v1.2.3