aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/flashing-wizard.yaml
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2019-11-26 09:36:27 +0200
committerHeikki Halmet <heikki.halmet@qt.io>2020-02-27 20:06:22 +0200
commit97aa53410e3b1cc9a5a9eb2fdbf8c2be7e1ab852 (patch)
tree5e42cec1e64d6926267fa6c4dbb0c6412f2c6767 /coin/platform_configs/flashing-wizard.yaml
parent4ade81d4ddace4da198d8ca8594e34c3bb75475a (diff)
Add MSVC 2019 as packaging target and remove msvc2017 verification
Change will enable tests for MSVC 2019 and replace MSVC2017 as packaging target. Task-number: QTQAINFRA-2875 Task-number: QTQAINFRA-3432 Change-Id: Ifef3bd02b5fae6225a6c0ecdc412edbb488e25b1 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Diffstat (limited to 'coin/platform_configs/flashing-wizard.yaml')
-rw-r--r--coin/platform_configs/flashing-wizard.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/platform_configs/flashing-wizard.yaml b/coin/platform_configs/flashing-wizard.yaml
index d64d3edf..78a33c5b 100644
--- a/coin/platform_configs/flashing-wizard.yaml
+++ b/coin/platform_configs/flashing-wizard.yaml
@@ -3,12 +3,12 @@ Module only: True
Configurations:
-
Template: 'qtci-windows-10-x86_64-16'
- Compiler: 'MSVC2017'
+ Compiler: 'MSVC2019'
Features: ['Packaging']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -static -no-icu'
-
Template: 'qtci-windows-10-x86_64-16'
- Compiler: 'MSVC2017'
+ Compiler: 'MSVC2019'
Target arch: 'x86'
Features: ['Packaging']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -static -no-icu'