From e4769f93795f91954c3a9f64efab9ad12aa44704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Tue, 24 Jan 2017 12:00:57 +0200 Subject: [PATCH] Add one OS X 10.11 configuration to the CI The "-3" suffix for the configuration name is due to it being a clean TIER1 image and has not everything preinstalled manually. Tests are disabled at first. They will be enabled once we sort out all failing autotests. Task-number: QTQAINFRA-1088 Change-Id: I7adc05869524acdff9ba295d604c3fc28a7aab99 Reviewed-by: Simon Hausmann --- 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 40633b0f..c568ddef 100644 --- a/coin/platform_configs/default.txt +++ b/coin/platform_configs/default.txt @@ -14,6 +14,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 qtci-linux-RHEL-7.2-x86_64 GCC Packaging Release NoUseGoldLinker +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 qtci-osx-10.10-x86_64 Clang Release NoFramework