Add a macOS non-framework build to Coin

Keep it for now, so we don't introduce breakages there now that the
framework build is the default config. Make it a developer build.

Change-Id: Ib92bd4935937a7965630837ce7de369a0340fd9f
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Alexandru Croitor
2020-01-14 15:30:37 +01:00
parent e7f83d3965
commit 94f9d3e7da

View File

@@ -12,6 +12,10 @@ Configurations:
Template: 'qtci-macos-10.13-x86_64-2'
Compiler: 'Clang'
Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode10.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12'
-
Template: 'qtci-macos-10.13-x86_64-2'
Compiler: 'Clang'
Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode10.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DFEATURE_framework=OFF -DFEATURE_developer_build=ON'
-
Template: 'qtci-windows-10-x86_64-15'
Compiler: 'MSVC2019'