From f85e18f755eb1387609efed90861b9d7933f6b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Fri, 18 Jan 2019 10:26:54 +0200 Subject: Disable WebAssembly config from CI Qt for Python is not supporting that configuration. Change-Id: I4821ca84c1706cc60d3d43d5f20efbbda10e9c07 Reviewed-by: Friedemann Kleint --- build_scripts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_scripts/utils.py') diff --git a/build_scripts/utils.py b/build_scripts/utils.py index 9500b3409..ffe404860 100644 --- a/build_scripts/utils.py +++ b/build_scripts/utils.py @@ -1133,7 +1133,7 @@ def run_instruction(instruction, error, initial_env=None): def acceptCITestConfiguration(hostOS, hostOSVer, targetArch, compiler): # Disable unsupported CI configs for now # NOTE: String must match with QT CI's storagestruct thrift - if hostOSVer in ["WinRT_10"]: + if hostOSVer in ["WinRT_10", "WebAssembly"]: print("Disabled " + hostOSVer + " from Coin configuration") return False # With 5.11 CI will create two sets of release binaries, one with msvc 2015 and one with msvc 2017 -- cgit v1.2.3