From 1e081edc4df56856470208443428a11b3cdfede3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Mon, 4 Jun 2018 10:32:57 +0300 Subject: Disable osx 10.13 config in ci There is something missing from the template. We have to fix that to re-enable. Change-Id: I796a2bf31dd455053eab29b352b984cfbda3ee4a Reviewed-by: Friedemann Kleint --- coin_build_instructions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin_build_instructions.py') diff --git a/coin_build_instructions.py b/coin_build_instructions.py index ad4331845..6f51cce8f 100644 --- a/coin_build_instructions.py +++ b/coin_build_instructions.py @@ -90,7 +90,7 @@ def call_setup(python_ver): def run_build_instructions(): # Disable unsupported configs for now - if CI_HOST_OS_VER in ["WinRT_10"]: + if CI_HOST_OS_VER in ["WinRT_10", "MacOS_10_13"]: print("Disabled " + CI_HOST_OS_VER + " from Coin configuration") exit() if CI_HOST_ARCH == "X86_64" and CI_TARGET_ARCH == "X86": -- cgit v1.2.3