From 628639ea0dbb92ee84109616f7429f2b459646eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Thu, 9 Feb 2017 23:50:47 +0200 Subject: [PATCH] Add macOS 10.12 as a build target with tests disabled Task-number: QTQAINFRA-1092 Change-Id: I0098a1ad9df115f911a401ba06a443a30374135b Reviewed-by: Heikki Halmet --- coin/platform_configs/default.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/platform_configs/default.txt b/coin/platform_configs/default.txt index 70de19cd..1055432c 100644 --- a/coin/platform_configs/default.txt +++ b/coin/platform_configs/default.txt @@ -16,6 +16,7 @@ qtci-linux-Ubuntu-14.04-x86_64 GCC qtci-linux-openSUSE-42.1-x86_64 GCC DeveloperBuild NoPch qtci-linux-RHEL-6.6-x86_64 GCC Release ForceDebugInfo qtci-linux-RHEL-7.2-x86_64 GCC Packaging Release NoUseGoldLinker +qtci-macos-10.12-x86_64-8 Clang DebugAndRelease Release DisableTests qtci-osx-10.11-x86_64-3 Clang DeveloperBuild Release QtNamespace NoPch DisableTests qtci-osx-10.10-x86_64 Clang Packaging DebugAndRelease Release qtci-osx-10.10-x86_64 Clang DeveloperBuild Release QtNamespace NoPch