aboutsummaryrefslogtreecommitdiffstats
path: root/coin_test_instructions.py
diff options
context:
space:
mode:
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r--coin_test_instructions.py4
1 files changed, 2 insertions, 2 deletions
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)