aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2018-06-04 10:32:57 +0300
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-06-04 11:12:12 +0000
commit1e081edc4df56856470208443428a11b3cdfede3 (patch)
tree37b181000cbd031c62c8e0a4fc36e165d5dca89e /coin_build_instructions.py
parentb8b516d00a096f44a6703d77d0219b27523b4f93 (diff)
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 <Friedemann.Kleint@qt.io>
Diffstat (limited to 'coin_build_instructions.py')
-rw-r--r--coin_build_instructions.py2
1 files changed, 1 insertions, 1 deletions
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":