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/qtbase.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 coin/platform_configs/qtbase.yaml (limited to 'coin/platform_configs/qtbase.yaml') diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml new file mode 100644 index 00000000..dbe93909 --- /dev/null +++ b/coin/platform_configs/qtbase.yaml @@ -0,0 +1,12 @@ +- + Template: 'qtci-windows-10-x86_64-10' + Target os: 'WinRT_10' + Target arch: 'x86_64' + Compiler: 'MSVC2015' + Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -developer-build -static -nomake tests -nomake examples -no-icu -force-debug-info -platform win32-msvc2015 -xplatform winrt-x64-msvc2015' +- + Template: 'qtci-linux-openSUSE-42.3-x86_64' + Target os: 'WebAssembly' + Compiler: 'GCC' + Features: ['DisableTests'] + Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -developer-build -static -nomake tests -nomake examples -no-pch -no-feature-thread -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -xplatform wasm-emscripten' -- cgit v1.2.3