From a50f4de8d5116f032609d97a986801888b1008f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Fri, 1 Jun 2018 23:14:31 +0300 Subject: Enable 32 bit windows build Task-number: PYSIDE-646 Change-Id: I783f4e91d37aeb0200f4546b49abdfe80a09afbf Reviewed-by: Qt CI Bot Reviewed-by: Cristian Maureira-Fredes Reviewed-by: Alexandru Croitor --- coin_test_instructions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coin_test_instructions.py') diff --git a/coin_test_instructions.py b/coin_test_instructions.py index c9c184dd0..350e33b0d 100644 --- a/coin_test_instructions.py +++ b/coin_test_instructions.py @@ -76,8 +76,8 @@ def run_test_instructions(): if CI_HOST_OS_VER in ["WinRT_10"]: print("Disabled " + CI_HOST_OS_VER + " from Coin configuration") exit() - if CI_HOST_ARCH == "X86_64" and CI_TARGET_ARCH == "X86": - print("Disabled 32 bit build on 64 bit from Coin configuration, until toolchains provisioned") + if CI_COMPILER in ["MSVC2015"] and CI_TARGET_ARCH in ["X86_64"]: + print("Disabled " + CI_HOST_OS_VER + " from Coin configuration") exit() os.chdir(CI_ENV_AGENT_DIR) -- cgit v1.2.3