mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
Until dev is fixed, we disable some of the broken repos in the qt5 wip/cmake branch: qttools, qtremoteobjects, qtscxml, qtwebsockets, qtwinextras. Also switch Windows to be built in Release mode, to circumvent some issues with Debug builds that are also present in dev. Note qmake builds in Coin also only build Release builds of Windows for testing. Change-Id: Ie095fa16920fb6bd92db80118abeb6b282c96897 Reviewed-by: Qt CMake Build Bot Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
43 lines
2.3 KiB
YAML
43 lines
2.3 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
|
Compiler: 'GCC'
|
|
Configure arguments: '-DBUILD_EXAMPLES=ON -DFEATURE_developer_build=ON'
|
|
-
|
|
Template: 'qtci-linux-openSUSE-15.0-x86_64'
|
|
Compiler: 'ICC_18'
|
|
Configure arguments: '-DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF'
|
|
-
|
|
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'
|
|
Configure arguments: '-DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=OFF -DCMAKE_TOOLCHAIN_FILE={{.Env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake'
|
|
-
|
|
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
|
Compiler: 'GCC'
|
|
Configure arguments: '-DBUILD_EXAMPLES=OFF'
|
|
-
|
|
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
|
Target os: 'Android_ANY'
|
|
Target arch: 'arm64'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'Clang'
|
|
Configure arguments: '-DBUILD_EXAMPLES=OFF'
|
|
Environment variables: ['TARGET_CONFIGURE_ARGS=-DBUILD_EXAMPLES=OFF -DCMAKE_TOOLCHAIN_FILE={{.Env.ANDROID_NDK_ROOT}}/build/cmake/android.toolchain.cmake -DANDROID_SDK_ROOT={{.Env.ANDROID_SDK_HOME}} -DANDROID_ABI=arm64-v8a -DVCPKG_TARGET_TRIPLET=arm64-android -DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU']
|
|
-
|
|
Template: 'qtci-macos-10.14-x86_64'
|
|
Target os: 'IOS_ANY'
|
|
Target arch: 'arm64'
|
|
Compiler: 'Clang'
|
|
Target compiler: 'Clang'
|
|
Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13'
|
|
Environment variables: ['TARGET_CONFIGURE_ARGS=-DBUILD_EXAMPLES=OFF -DCMAKE_SYSTEM_NAME=iOS -DQT_UIKIT_SDK=iphoneos -DVCPKG_TARGET_TRIPLET=arm64-ios']
|