2020-05-25 11:39:51 +00:00
|
|
|
Version: 2
|
2020-09-08 08:27:52 +00:00
|
|
|
Include: [
|
2020-07-09 08:33:11 +00:00
|
|
|
cmake_platforms_qemu.yaml,
|
2021-10-14 08:13:13 +00:00
|
|
|
cmake_platforms_qemu_qnx710.yaml,
|
2022-09-22 10:40:39 +00:00
|
|
|
cmake_platforms_target_android.yaml,
|
2021-02-26 16:10:17 +00:00
|
|
|
cmake_platforms_wasm.yaml,
|
2021-01-12 16:09:36 +00:00
|
|
|
macos.yaml
|
2020-09-08 08:27:52 +00:00
|
|
|
]
|
2020-05-25 11:39:51 +00:00
|
|
|
Configurations:
|
2023-02-13 11:04:43 +00:00
|
|
|
# Build on Ubuntu 22.04 and test on both X11 and Wayland later
|
2020-05-25 11:39:51 +00:00
|
|
|
-
|
2022-10-04 11:11:14 +00:00
|
|
|
Id: 'ubuntu-22.04-documentation'
|
|
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
2020-05-25 11:39:51 +00:00
|
|
|
Compiler: 'GCC'
|
2023-07-25 17:15:25 +00:00
|
|
|
Features: ['Sccache', 'Documentation', 'UseConfigure', 'DoNotRunTests']
|
2023-08-02 07:39:02 +00:00
|
|
|
Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace'
|
2022-01-24 13:20:42 +00:00
|
|
|
Environment variables: ['NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}']
|
2020-07-16 13:27:07 +00:00
|
|
|
-
|
2022-10-04 11:11:14 +00:00
|
|
|
Id: 'ubuntu-22.04'
|
|
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
2020-07-16 13:27:07 +00:00
|
|
|
Compiler: 'GCC'
|
2023-02-13 11:04:43 +00:00
|
|
|
Features: ['Sccache', 'UseConfigure', 'DoNotRunTests']
|
2022-02-15 14:12:58 +00:00
|
|
|
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
|
|
|
Environment variables: [
|
2022-01-24 13:20:42 +00:00
|
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2023-02-13 11:04:43 +00:00
|
|
|
# Test on Ubuntu 22.04 X11
|
|
|
|
-
|
|
|
|
Id: 'ubuntu-22.04-documentation-x11-tests'
|
|
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
|
|
Compiler: 'GCC'
|
2023-07-25 17:15:25 +00:00
|
|
|
Features: ['Sccache', 'TestDocs', 'TestOnly']
|
2023-02-13 11:04:43 +00:00
|
|
|
Platform dependency: 'ubuntu-22.04-documentation'
|
|
|
|
-
|
|
|
|
Id: 'ubuntu-22.04-x11-tests'
|
|
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
|
|
Compiler: 'GCC'
|
|
|
|
Features: ['Sccache', 'TestOnly']
|
|
|
|
Platform dependency: 'ubuntu-22.04'
|
2020-05-25 11:39:51 +00:00
|
|
|
-
|
2023-06-27 14:44:19 +00:00
|
|
|
Id: 'opensuse-15.5-developer-build'
|
|
|
|
Template: 'qtci-linux-openSUSE-15.5-x86_64-51'
|
2020-05-25 11:39:51 +00:00
|
|
|
Compiler: 'GCC'
|
2022-09-25 19:09:58 +00:00
|
|
|
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
|
2022-02-15 14:12:58 +00:00
|
|
|
Configure arguments: '-nomake examples -developer-build'
|
2021-11-05 15:42:16 +00:00
|
|
|
Environment variables: [
|
2022-03-01 09:04:26 +00:00
|
|
|
'PATH={{.Env.CMAKE_MIN_SUPPORTED_BIN_PATH}}:{{.Env.PATH}}',
|
2023-01-20 13:58:01 +00:00
|
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
2022-03-01 09:04:26 +00:00
|
|
|
]
|
2023-06-27 15:38:07 +00:00
|
|
|
-
|
|
|
|
Id: 'sles-15_sp5-static'
|
|
|
|
Template: 'qtci-linux-SLES-15_SP5-x86_64-50'
|
|
|
|
Compiler: 'GCC'
|
2023-09-26 13:08:50 +00:00
|
|
|
Features: ['Sccache', 'DisableTests', 'UseConfigure']
|
2023-06-27 15:38:07 +00:00
|
|
|
Configure arguments: '-nomake examples -static -no-sql-mysql'
|
2022-06-30 07:57:25 +00:00
|
|
|
Environment variables: [
|
2023-01-20 13:58:01 +00:00
|
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
2022-06-30 07:57:25 +00:00
|
|
|
]
|
2021-08-25 08:46:15 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-10_22h2-msvc2019'
|
2023-06-27 05:35:24 +00:00
|
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
2021-08-25 08:46:15 +00:00
|
|
|
Compiler: 'MSVC2019'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure']
|
|
|
|
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib'
|
2021-08-25 08:46:15 +00:00
|
|
|
Environment variables: [
|
2022-02-15 14:12:58 +00:00
|
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..',
|
2022-02-03 09:16:52 +00:00
|
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
2023-07-05 10:43:59 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DFEATURE_native_grpc=OFF',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
2022-05-13 13:05:42 +00:00
|
|
|
]
|
2021-10-29 08:53:33 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-11_22h2-msvc2019'
|
2023-07-03 12:49:18 +00:00
|
|
|
Template: 'qtci-windows-11_22H2-x86_64-51'
|
2021-10-29 08:53:33 +00:00
|
|
|
Compiler: 'MSVC2019'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure']
|
|
|
|
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib'
|
2021-10-29 08:53:33 +00:00
|
|
|
Environment variables: [
|
2022-02-15 14:12:58 +00:00
|
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..',
|
2023-07-05 10:43:59 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DFEATURE_native_grpc=OFF',
|
2022-05-13 13:05:42 +00:00
|
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
2022-05-13 13:05:42 +00:00
|
|
|
]
|
2021-09-03 08:16:07 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-10_22h2-msvc2022'
|
2023-06-27 05:35:24 +00:00
|
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
2021-12-07 07:17:57 +00:00
|
|
|
Compiler: 'MSVC2022'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['Sccache', "DebugAndRelease", 'UseConfigure']
|
|
|
|
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib'
|
2021-09-03 08:16:07 +00:00
|
|
|
Environment variables: [
|
2022-11-25 07:56:45 +00:00
|
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\.. -DMySQL_ROOT={{.Env.ENV_MySQL_ROOT}} -DMySQL_LIBRARY_DIR={{.Env.ENV_MySQL_LIBRARY_DIR}}',
|
2023-08-10 12:59:03 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DFEATURE_native_grpc=OFF',
|
2022-05-13 13:05:42 +00:00
|
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
2021-09-03 08:16:07 +00:00
|
|
|
]
|
2021-10-29 08:53:33 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-11_22h2-msvc2022'
|
2023-07-03 12:49:18 +00:00
|
|
|
Template: 'qtci-windows-11_22H2-x86_64-51'
|
2021-10-29 08:53:33 +00:00
|
|
|
Compiler: 'MSVC2022'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['Sccache', "DebugAndRelease", 'UseConfigure']
|
|
|
|
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib'
|
2021-10-29 08:53:33 +00:00
|
|
|
Environment variables: [
|
2022-02-15 14:12:58 +00:00
|
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..',
|
2023-08-10 12:59:03 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DFEATURE_native_grpc=OFF',
|
2022-05-13 13:05:42 +00:00
|
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
2021-10-29 08:53:33 +00:00
|
|
|
]
|
2021-08-25 08:46:15 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-10_22h2-msvc2019-developer-build'
|
2023-06-27 05:35:24 +00:00
|
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
2021-08-25 08:46:15 +00:00
|
|
|
Compiler: 'MSVC2019'
|
2023-06-07 10:42:19 +00:00
|
|
|
Features: ['Sccache', "DebugAndRelease", 'WarningsAreErrors', 'UseConfigure']
|
2022-02-15 14:12:58 +00:00
|
|
|
Configure arguments: '-debug-and-release -make examples -developer-build -force-debug-info -qt-zlib'
|
|
|
|
Environment variables: [
|
|
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..',
|
2022-05-13 13:05:42 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
|
|
|
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2021-08-25 08:46:15 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-10_22h2-msvc2019-arm64'
|
2023-06-27 05:35:24 +00:00
|
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
2021-08-25 08:46:15 +00:00
|
|
|
Compiler: 'MSVC2019'
|
|
|
|
Target arch: 'arm64'
|
2022-04-19 12:26:55 +00:00
|
|
|
Features: ['Sccache', 'DisableTests', 'TargetBuildOnly', 'Packaging', 'UseConfigure']
|
2022-09-08 15:04:36 +00:00
|
|
|
Platform dependency: 'windows-10_22h2-msvc2019-developer-build'
|
2021-08-25 08:46:15 +00:00
|
|
|
Environment variables: [
|
2022-04-19 12:26:55 +00:00
|
|
|
'TARGET_CONFIGURE_ARGS=-debug-and-release -force-debug-info -platform win32-arm64-msvc',
|
|
|
|
'TARGET_CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ROOT_DIR_x64_arm64}}',
|
2023-07-05 10:43:59 +00:00
|
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF',
|
2022-02-03 09:16:52 +00:00
|
|
|
'OPENSSL_CONF_x64={{.Env.OPENSSL_CONF_x64_arm64}}',
|
|
|
|
'OPENSSL_INCLUDE_x64={{.Env.OPENSSL_INCLUDE_x64_arm64}}',
|
2022-05-13 13:05:42 +00:00
|
|
|
'OPENSSL_LIB_x64={{.Env.OPENSSL_LIB_x64_arm64}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
2022-04-19 12:26:55 +00:00
|
|
|
]
|
2021-10-29 08:53:33 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-11_22h2-msvc2019-developer-build'
|
2023-07-03 12:49:18 +00:00
|
|
|
Template: 'qtci-windows-11_22H2-x86_64-51'
|
2021-10-29 08:53:33 +00:00
|
|
|
Compiler: 'MSVC2019'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['Sccache', "DebugAndRelease", 'WarningsAreErrors', 'UseConfigure']
|
2022-11-28 20:42:54 +00:00
|
|
|
Configure arguments: '-debug-and-release -make examples -developer-build -force-debug-info -qt-zlib -c++std c++20'
|
2021-10-29 08:53:33 +00:00
|
|
|
Environment variables: [
|
2022-01-24 13:20:42 +00:00
|
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..',
|
2022-05-13 13:05:42 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
|
|
|
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2021-10-29 08:53:33 +00:00
|
|
|
-
|
2023-01-16 08:51:41 +00:00
|
|
|
Id: 'windows-11_22h2-msvc2019-arm64'
|
2023-07-03 12:49:18 +00:00
|
|
|
Template: 'qtci-windows-11_22H2-x86_64-51'
|
2021-10-29 08:53:33 +00:00
|
|
|
Compiler: 'MSVC2019'
|
|
|
|
Target arch: 'arm64'
|
2022-04-19 12:26:55 +00:00
|
|
|
Features: ['Sccache', 'DisableTests', 'TargetBuildOnly', 'Packaging', 'UseConfigure']
|
2022-09-08 15:04:36 +00:00
|
|
|
Platform dependency: 'windows-11_22h2-msvc2019-developer-build'
|
2021-10-29 08:53:33 +00:00
|
|
|
Environment variables: [
|
2022-04-19 12:26:55 +00:00
|
|
|
'TARGET_CONFIGURE_ARGS=-debug-and-release -force-debug-info -platform win32-arm64-msvc',
|
|
|
|
'TARGET_CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON',
|
2023-07-27 07:28:16 +00:00
|
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
2022-04-19 12:26:55 +00:00
|
|
|
]
|
2023-05-26 16:40:16 +00:00
|
|
|
-
|
|
|
|
Id: 'rhel-8.8'
|
|
|
|
Template: 'qtci-linux-RHEL-8.8-x86_64-50'
|
|
|
|
Compiler: 'GCC'
|
|
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'InstallQt5Dependencies']
|
|
|
|
Configure arguments: '-nomake examples -release -force-debug-info -headersclean -separate-debug-info -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
2021-11-05 15:42:16 +00:00
|
|
|
Environment variables: [
|
2023-01-18 08:25:55 +00:00
|
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
2023-07-05 10:43:59 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DFEATURE_native_grpc=OFF'
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2023-01-24 12:16:03 +00:00
|
|
|
-
|
2023-06-09 07:49:57 +00:00
|
|
|
Id: 'rhel-9.2'
|
|
|
|
Template: 'qtci-linux-RHEL-9.2-x86_64-51'
|
2023-01-24 12:16:03 +00:00
|
|
|
Compiler: 'GCC'
|
|
|
|
Features: ['Sccache', 'UseConfigure', 'InstallQt5Dependencies']
|
|
|
|
Configure arguments: '-nomake examples -release -force-debug-info -headersclean -separate-debug-info -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
|
|
|
Environment variables: [
|
|
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
|
|
|
]
|
2023-08-01 06:18:38 +00:00
|
|
|
-
|
|
|
|
Id: 'debian-11.6-arm64'
|
|
|
|
Template: 'qtci-linux-Debian-11.6-aarch64-50'
|
|
|
|
Compiler: 'GCC'
|
|
|
|
Features: ['Packaging', 'UseConfigure', 'InstallQt5Dependencies', 'InsignificantTests']
|
|
|
|
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -no-libudev -bundled-xcb-xinput'
|
|
|
|
Environment variables: [
|
|
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY'
|
|
|
|
]
|
|
|
|
|
2020-05-25 11:39:51 +00:00
|
|
|
-
|
2022-06-01 13:30:37 +00:00
|
|
|
Id: 'ios-universal'
|
2023-05-11 10:45:13 +00:00
|
|
|
Template: 'qtci-macos-13-x86_64-103'
|
2020-05-25 11:39:51 +00:00
|
|
|
Target os: 'IOS_ANY'
|
|
|
|
Target arch: 'arm64'
|
|
|
|
Compiler: 'Clang'
|
|
|
|
Target compiler: 'Clang'
|
2022-09-08 15:04:36 +00:00
|
|
|
Platform dependency: 'macos-universal-on-x86_64'
|
2023-08-24 08:28:35 +00:00
|
|
|
Features: ['Packaging', 'Sccache', 'DebugAndRelease', 'DisableTests', 'UseConfigure', 'WarningsAreErrors']
|
2022-02-15 14:12:58 +00:00
|
|
|
Environment variables: [
|
2023-07-05 10:43:59 +00:00
|
|
|
'TARGET_CONFIGURE_ARGS=-debug-and-release -nomake examples -platform macx-ios-clang',
|
2023-08-02 10:07:01 +00:00
|
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2021-08-25 08:46:15 +00:00
|
|
|
-
|
2023-06-14 13:19:41 +00:00
|
|
|
Id: 'windows-10_22h2-mingw13'
|
2023-06-27 05:35:24 +00:00
|
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
2021-08-25 08:46:15 +00:00
|
|
|
Compiler: 'Mingw'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure']
|
2023-07-20 16:18:51 +00:00
|
|
|
Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples'
|
2021-08-25 08:46:15 +00:00
|
|
|
Environment variables: [
|
2023-06-14 13:19:41 +00:00
|
|
|
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
2023-07-18 15:57:47 +00:00
|
|
|
'CMAKE_ARGS=-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\.. -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c',
|
2023-07-20 16:18:51 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MINGW}} -DFEATURE_native_grpc=OFF -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c',
|
2022-02-03 09:16:52 +00:00
|
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_mingw}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_mingw}}',
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2020-05-27 06:16:16 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-10_22h2-llvm'
|
2023-06-27 05:35:24 +00:00
|
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
2021-08-25 08:46:15 +00:00
|
|
|
Compiler: 'Clang'
|
2022-04-19 12:45:14 +00:00
|
|
|
Features: ['Sccache', 'UseConfigure']
|
2023-07-20 16:18:51 +00:00
|
|
|
Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples'
|
2022-04-19 12:45:14 +00:00
|
|
|
Environment variables: [
|
|
|
|
'Path=C:\llvm-mingw\bin;{{.Env.Path}}',
|
2023-07-18 15:57:47 +00:00
|
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\.. -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c',
|
2023-07-20 16:18:51 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_LLVM_MINGW}} -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c',
|
2022-05-13 13:05:42 +00:00
|
|
|
'LLVM_INSTALL_DIR=C:\llvm-mingw',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_llvm_mingw}}',
|
2022-04-19 12:45:14 +00:00
|
|
|
]
|
2021-10-29 08:53:33 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'windows-11_22h2-llvm'
|
2023-07-03 12:49:18 +00:00
|
|
|
Template: 'qtci-windows-11_22H2-x86_64-51'
|
2021-10-29 08:53:33 +00:00
|
|
|
Compiler: 'Clang'
|
2023-11-23 10:03:17 +00:00
|
|
|
Features: ['Packaging','Sccache', 'UseConfigure']
|
2023-07-20 16:18:51 +00:00
|
|
|
Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples'
|
2022-04-19 12:45:14 +00:00
|
|
|
Environment variables: [
|
|
|
|
'Path=C:\llvm-mingw\bin;{{.Env.Path}}',
|
2023-07-18 15:57:47 +00:00
|
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\.. -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c',
|
2023-07-20 16:18:51 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_LLVM_MINGW}} -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c',
|
2022-05-13 13:05:42 +00:00
|
|
|
'LLVM_INSTALL_DIR=C:\llvm-mingw',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_llvm_mingw}}',
|
2022-04-19 12:45:14 +00:00
|
|
|
]
|
2021-08-25 08:46:15 +00:00
|
|
|
-
|
2023-06-14 13:19:41 +00:00
|
|
|
Id: 'windows-10_22h2-mingw13-developer-build'
|
2023-06-27 05:35:24 +00:00
|
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
2020-05-27 06:16:16 +00:00
|
|
|
Compiler: 'Mingw'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
|
2023-07-20 16:18:51 +00:00
|
|
|
Configure arguments: '-developer-build -release -force-debug-info -separate-debug-info -make examples'
|
2022-02-15 14:12:58 +00:00
|
|
|
Environment variables: [
|
2023-06-14 13:19:41 +00:00
|
|
|
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
2023-07-18 15:57:47 +00:00
|
|
|
'CMAKE_ARGS=-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c',
|
2023-08-10 12:59:03 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MINGW}} -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c -DFEATURE_native_grpc=OFF',
|
2022-05-13 13:05:42 +00:00
|
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_mingw}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_mingw}}',
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2021-10-29 08:53:33 +00:00
|
|
|
-
|
2023-06-14 13:19:41 +00:00
|
|
|
Id: 'windows-11_22h2-mingw13-developer-build'
|
2023-07-03 12:49:18 +00:00
|
|
|
Template: 'qtci-windows-11_22H2-x86_64-51'
|
2021-10-29 08:53:33 +00:00
|
|
|
Compiler: 'Mingw'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
|
2023-07-20 16:18:51 +00:00
|
|
|
Configure arguments: '-developer-build -release -force-debug-info -separate-debug-info -make examples'
|
2022-02-15 14:12:58 +00:00
|
|
|
Environment variables: [
|
2023-06-14 13:19:41 +00:00
|
|
|
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
2023-07-18 15:57:47 +00:00
|
|
|
'CMAKE_ARGS=-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c',
|
2023-08-10 12:59:03 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MINGW}} -DCMAKE_IGNORE_PREFIX_PATH=C:/strawberry/c -DFEATURE_native_grpc=OFF',
|
2022-05-13 13:05:42 +00:00
|
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_mingw}}',
|
2022-11-02 08:22:00 +00:00
|
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_mingw}}',
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2023-08-17 15:43:51 +00:00
|
|
|
-
|
|
|
|
Id: 'focal-arm64-debian-pkg-packaging'
|
|
|
|
Template: 'qtci-linux-Debian-11.6-aarch64-50'
|
|
|
|
Compiler: 'GCC'
|
|
|
|
Features: ['Packaging','DebianPackaging','DisableTests', 'Insignificant']
|
|
|
|
Environment variables: [
|
2023-11-08 14:37:35 +00:00
|
|
|
'DEBIAN_RULES_REF=6.7_dev',
|
2023-08-17 15:43:51 +00:00
|
|
|
'COIN_EXTRA_DEBIAN_PACKAGES={{.Env.HOME}}/debian_packages/',
|
2023-09-18 08:29:03 +00:00
|
|
|
'COIN_SBUILD_CHROOT=focal-arm64-sbuild',
|
|
|
|
'COIN_EXTRA_DEBIAN_REPO=deb http://ports.ubuntu.com/ubuntu-ports/ focal main universe multiverse',
|
2023-08-17 15:43:51 +00:00
|
|
|
]
|
2023-06-21 10:27:44 +00:00
|
|
|
-
|
|
|
|
Id: 'focal-amd64-debian-pkg-packaging'
|
|
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
|
|
Compiler: 'GCC'
|
|
|
|
Features: ['Packaging','DebianPackaging','DisableTests', 'Insignificant']
|
|
|
|
Environment variables: [
|
2023-11-08 14:37:35 +00:00
|
|
|
'DEBIAN_RULES_REF=6.7_dev',
|
2023-06-21 10:27:44 +00:00
|
|
|
'COIN_EXTRA_DEBIAN_PACKAGES={{.Env.HOME}}/debian_packages/',
|
2023-09-18 08:29:03 +00:00
|
|
|
'COIN_SBUILD_CHROOT=focal-amd64-sbuild',
|
|
|
|
'COIN_EXTRA_DEBIAN_REPO=deb http://archive.ubuntu.com/ubuntu/ focal main universe multiverse',
|
|
|
|
|
2023-06-21 10:27:44 +00:00
|
|
|
]
|